Html Css Color HEX #AF0CCE Dark Violet

📋 copy color: '#AF0CCE'

red 175 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #AF0CCE

Tints of Dark Violet #AF0CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 44.53%
G = 3.05%
B = 52.42%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF0CCE (or 0xAF0CCE) is known color: Dark Violet. HEX triplet: AF, 0C and CE. RGB value is (175,12,206). Sum of RGB (Red+Green+Blue) = 175+12+206=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CCE is #50F331. Grayscale: #525252. Windows color (decimal): -5305138 or 13503663. OLE color: 13503663.

HSL color Cylindrical-coordinate representation of color #AF0CCE: hue angle of 290.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CCE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 12 206 -
CMYK 0.15 0.94 0 0.19
HSL 290.41º 0.89% 0.43% -
HSV(B) 290.41º 0.94% 0.81% -
XYZ 28.95 13.83 59.54 -
YUV 82.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 175 12 206 0.15 0.94 0 0.19 290.41 0.89 0.43
Hex AF C CE F 5E 0 13 122 59 2B
Octal 257 14 316 17 136 0 23 442 131 53
Binary 10101111 1100 11001110 1111 1011110 0 10011 100100010 1011001 101011

Color Harmonies of #AF0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CCE

Black with #AF0CCE

Text Example


Text Example

White with #AF0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CCE; }

 p { color: rgb(175,12,206); }

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

background-color css

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

 a { background-color: rgb(175,12,206); }

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

border-color css

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

 span { border-color: rgb(175,12,206); }

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