Html Css Color HEX #AF0CCD Dark Violet

📋 copy color: '#AF0CCD'

red 175 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #AF0CCD

Tints of Dark Violet #AF0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 44.64%
G = 3.06%
B = 52.3%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0CCD (or 0xAF0CCD) is known color: Dark Violet. HEX triplet: AF, 0C and CD. RGB value is (175,12,205). Sum of RGB (Red+Green+Blue) = 175+12+205=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CCD is #50F332. Grayscale: #525252. Windows color (decimal): -5305139 or 13438127. OLE color: 13438127.

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

Color convert

RGB 175 12 205 -
CMYK 0.15 0.94 0 0.20
HSL 290.67º 0.89% 0.43% -
HSV(B) 290.67º 0.94% 0.8% -
XYZ 28.83 13.78 58.9 -
YUV 82.74 197 193.81 -
System Red Green Blue C M Y K H S L
Decimal 175 12 205 0.15 0.94 0 0.20 290.67 0.89 0.43
Hex AF C CD F 5E 0 14 123 59 2B
Octal 257 14 315 17 136 0 24 443 131 53
Binary 10101111 1100 11001101 1111 1011110 0 10100 100100011 1011001 101011

Color Harmonies of #AF0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CCD

Black with #AF0CCD

Text Example


Text Example

White with #AF0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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