Html Css Color HEX #AF10DD Dark Violet

📋 copy color: '#AF10DD'

red 175 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #AF10DD

Tints of Dark Violet #AF10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

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

R = 42.48%
G = 3.88%
B = 53.64%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF10DD (or 0xAF10DD) is known color: Dark Violet. HEX triplet: AF, 10 and DD. RGB value is (175,16,221). Sum of RGB (Red+Green+Blue) = 175+16+221=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DD is #50EF22. Grayscale: #565656. Windows color (decimal): -5304099 or 14487727. OLE color: 14487727.

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

Color convert

RGB 175 16 221 -
CMYK 0.21 0.93 0 0.13
HSL 286.54º 0.86% 0.46% -
HSV(B) 286.54º 0.93% 0.87% -
XYZ 30.92 14.71 69.62 -
YUV 86.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 175 16 221 0.21 0.93 0 0.13 286.54 0.86 0.46
Hex AF 10 DD 15 5D 0 D 11F 56 2E
Octal 257 20 335 25 135 0 15 437 126 56
Binary 10101111 10000 11011101 10101 1011101 0 1101 100011111 1010110 101110

Color Harmonies of #AF10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10DD

Black with #AF10DD

Text Example


Text Example

White with #AF10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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