Html Css Color HEX #AF3CC9 Dark Orchid

📋 copy color: '#AF3CC9'

red 175 ◦ green 60 ◦ blue 201

#AF3CC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF3CC9

Tints of Dark Orchid #AF3CC9

RGB

 RED value IS 175 (68.75% from 255) = 40.14%

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 40.14%
G = 13.76%
B = 46.1%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF3CC9 (or 0xAF3CC9) is known color: Dark Orchid. HEX triplet: AF, 3C and C9. RGB value is (175,60,201). Sum of RGB (Red+Green+Blue) = 175+60+201=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF3CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC9 is #50C336. Grayscale: #6E6E6E. Windows color (decimal): -5292855 or 13188271. OLE color: 13188271.

HSL color Cylindrical-coordinate representation of color #AF3CC9: hue angle of 288.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3CC9 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 60 201 -
CMYK 0.13 0.70 0 0.21
HSL 288.94º 0.57% 0.51% -
HSV(B) 288.94º 0.7% 0.79% -
XYZ 29.84 16.56 56.88 -
YUV 110.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 175 60 201 0.13 0.70 0 0.21 288.94 0.57 0.51
Hex AF 3C C9 D 46 0 15 121 39 33
Octal 257 74 311 15 106 0 25 441 71 63
Binary 10101111 111100 11001001 1101 1000110 0 10101 100100001 111001 110011

Color Harmonies of #AF3CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CC9

Black with #AF3CC9

Text Example


Text Example

White with #AF3CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CC9; }

 p { color: rgb(175,60,201); }

 H1.HeaderClassName
 {
   color: #AF3CC9;
 }
 .AnyTagClassName
 {
   color: #AF3CC9;
 }
</style>

background-color css

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

 a { background-color: rgb(175,60,201); }

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

border-color css

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

 span { border-color: rgb(175,60,201); }

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