Html Css Color HEX #AF04DD Dark Violet

📋 copy color: '#AF04DD'

red 175 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #AF04DD

Tints of Dark Violet #AF04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 43.75%
G = 1%
B = 55.25%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF04DD (or 0xAF04DD) is known color: Dark Violet. HEX triplet: AF, 04 and DD. RGB value is (175,4,221). Sum of RGB (Red+Green+Blue) = 175+4+221=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DD is #50FB22. Grayscale: #4F4F4F. Windows color (decimal): -5307171 or 14484655. OLE color: 14484655.

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

Color convert

RGB 175 4 221 -
CMYK 0.21 0.98 0 0.13
HSL 287.28º 0.96% 0.44% -
HSV(B) 287.28º 0.98% 0.87% -
XYZ 30.77 14.42 69.57 -
YUV 79.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 175 4 221 0.21 0.98 0 0.13 287.28 0.96 0.44
Hex AF 4 DD 15 62 0 D 11F 60 2C
Octal 257 4 335 25 142 0 15 437 140 54
Binary 10101111 100 11011101 10101 1100010 0 1101 100011111 1100000 101100

Color Harmonies of #AF04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04DD

Black with #AF04DD

Text Example


Text Example

White with #AF04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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