Html Css Color HEX #AF04D2 Dark Violet

📋 copy color: '#AF04D2'

red 175 ◦ green 4 ◦ blue 210

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

Shades of Dark Violet #AF04D2

Tints of Dark Violet #AF04D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 44.99%
G = 1.03%
B = 53.98%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF04D2 (or 0xAF04D2) is known color: Dark Violet. HEX triplet: AF, 04 and D2. RGB value is (175,4,210). Sum of RGB (Red+Green+Blue) = 175+4+210=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF04D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04D2 is #50FB2D. Grayscale: #4D4D4D. Windows color (decimal): -5307182 or 13763759. OLE color: 13763759.

HSL color Cylindrical-coordinate representation of color #AF04D2: hue angle of 289.81º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04D2 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 4 210 -
CMYK 0.17 0.98 0 0.18
HSL 289.81º 0.96% 0.42% -
HSV(B) 289.81º 0.98% 0.82% -
XYZ 29.36 13.85 62.1 -
YUV 78.61 202.15 196.75 -
System Red Green Blue C M Y K H S L
Decimal 175 4 210 0.17 0.98 0 0.18 289.81 0.96 0.42
Hex AF 4 D2 11 62 0 12 122 60 2A
Octal 257 4 322 21 142 0 22 442 140 52
Binary 10101111 100 11010010 10001 1100010 0 10010 100100010 1100000 101010

Color Harmonies of #AF04D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04D2

Black with #AF04D2

Text Example


Text Example

White with #AF04D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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