Html Css Color HEX #AF04DA Dark Violet

📋 copy color: '#AF04DA'

red 175 ◦ green 4 ◦ blue 218

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

Shades of Dark Violet #AF04DA

Tints of Dark Violet #AF04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 44.08%
G = 1.01%
B = 54.91%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF04DA (or 0xAF04DA) is known color: Dark Violet. HEX triplet: AF, 04 and DA. RGB value is (175,4,218). Sum of RGB (Red+Green+Blue) = 175+4+218=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF04DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DA is #50FB25. Grayscale: #4E4E4E. Windows color (decimal): -5307174 or 14288047. OLE color: 14288047.

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

Color convert

RGB 175 4 218 -
CMYK 0.20 0.98 0 0.15
HSL 287.94º 0.96% 0.44% -
HSV(B) 287.94º 0.98% 0.85% -
XYZ 30.38 14.26 67.48 -
YUV 79.53 206.15 196.1 -
System Red Green Blue C M Y K H S L
Decimal 175 4 218 0.20 0.98 0 0.15 287.94 0.96 0.44
Hex AF 4 DA 14 62 0 F 120 60 2C
Octal 257 4 332 24 142 0 17 440 140 54
Binary 10101111 100 11011010 10100 1100010 0 1111 100100000 1100000 101100

Color Harmonies of #AF04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04DA

Black with #AF04DA

Text Example


Text Example

White with #AF04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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