Html Css Color HEX #AF01DD Dark Violet

📋 copy color: '#AF01DD'

red 175 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #AF01DD

Tints of Dark Violet #AF01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44.08%
G = 0.25%
B = 55.67%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF01DD (or 0xAF01DD) is known color: Dark Violet. HEX triplet: AF, 01 and DD. RGB value is (175,1,221). Sum of RGB (Red+Green+Blue) = 175+1+221=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01DD is #50FE22. Grayscale: #4D4D4D. Windows color (decimal): -5307939 or 14483887. OLE color: 14483887.

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

Color convert

RGB 175 1 221 -
CMYK 0.21 1.00 0 0.13
HSL 287.45º 0.99% 0.44% -
HSV(B) 287.45º 1% 0.87% -
XYZ 30.74 14.36 69.56 -
YUV 78.11 208.65 197.11 -
System Red Green Blue C M Y K H S L
Decimal 175 1 221 0.21 1.00 0 0.13 287.45 0.99 0.44
Hex AF 1 DD 15 64 0 D 11F 63 2C
Octal 257 1 335 25 144 0 15 437 143 54
Binary 10101111 1 11011101 10101 1100100 0 1101 100011111 1100011 101100

Color Harmonies of #AF01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01DD

Black with #AF01DD

Text Example


Text Example

White with #AF01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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