Html Css Color HEX #AF04DC Dark Violet

📋 copy color: '#AF04DC'

red 175 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #AF04DC

Tints of Dark Violet #AF04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 43.86%
G = 1%
B = 55.14%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF04DC (or 0xAF04DC) is known color: Dark Violet. HEX triplet: AF, 04 and DC. RGB value is (175,4,220). Sum of RGB (Red+Green+Blue) = 175+4+220=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DC is #50FB23. Grayscale: #4F4F4F. Windows color (decimal): -5307172 or 14419119. OLE color: 14419119.

HSL color Cylindrical-coordinate representation of color #AF04DC: hue angle of 287.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04DC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 4 220 -
CMYK 0.20 0.98 0 0.14
HSL 287.5º 0.96% 0.44% -
HSV(B) 287.5º 0.98% 0.86% -
XYZ 30.64 14.37 68.87 -
YUV 79.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 175 4 220 0.20 0.98 0 0.14 287.5 0.96 0.44
Hex AF 4 DC 14 62 0 E 120 60 2C
Octal 257 4 334 24 142 0 16 440 140 54
Binary 10101111 100 11011100 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #AF04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04DC

Black with #AF04DC

Text Example


Text Example

White with #AF04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04DC; }

 p { color: rgb(175,4,220); }

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

background-color css

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

 a { background-color: rgb(175,4,220); }

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

border-color css

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

 span { border-color: rgb(175,4,220); }

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