#af48ca

Color #AF48CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF48CA

Tints of Medium Orchid #AF48CA

Color information

#AF48CA (or 0xAF48CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 48 and CA. RGB value is (175,72,202). Sum of RGB (Red+Green+Blue) = 175+72+202=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CA is #50B735. Grayscale: #757575. Windows color (decimal): -5289782 or 13256879. OLE color: 13256879.

HSL color Cylindrical-coordinate representation of color #AF48CA: hue angle of 287.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF48CA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17572202-
CMYK0.130.6400.21
HSL287.54º55.08%53.73%-
HSV(B)287.54º64.36%79.22%-
XYZ30.6618.0157.74-
YUV117.62175.62168.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=38.98%
G=16.04%
B=44.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175722020.130.6400.21287.5455.0853.73
HexAF48CAD400151203736
Octal257110312151000254406766
Binary1010111110010001100101011011000000010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af48ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af48ca; }

 p { color: rgb(175,72,202); }

 H1.HeaderClassName
 {
   color: #af48ca;
 }
 .AnyTagClassName
 {
   color: #af48ca;
 }
</style>
background-color css

<style>
 a { background-color: #af48ca; }

 a { background-color: rgb(175,72,202); }

 div.DivClassName
 {
   background-color: #af48ca;
 }
 .BgClassName
 {
   background-color: #af48ca;
 }
</style>
border-color css

<style>
 span { border-color: #af48ca; }

 span { border-color: rgb(175,72,202); }

 td.TdClassName
 {
   border-color: #af48ca;
 }
 .TagClassName
 {
   border-color: #af48ca;
 }
</style>