Html Css Color HEX #AF17DD Dark Violet

📋 copy color: '#AF17DD'

red 175 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #AF17DD

Tints of Dark Violet #AF17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

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

R = 41.77%
G = 5.49%
B = 52.74%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF17DD (or 0xAF17DD) is known color: Dark Violet. HEX triplet: AF, 17 and DD. RGB value is (175,23,221). Sum of RGB (Red+Green+Blue) = 175+23+221=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DD is #50E822. Grayscale: #5A5A5A. Windows color (decimal): -5302307 or 14489519. OLE color: 14489519.

HSL color Cylindrical-coordinate representation of color #AF17DD: hue angle of 286.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF17DD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 23 221 -
CMYK 0.21 0.90 0 0.13
HSL 286.06º 0.81% 0.48% -
HSV(B) 286.06º 0.9% 0.87% -
XYZ 31.04 14.95 69.66 -
YUV 91.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 175 23 221 0.21 0.90 0 0.13 286.06 0.81 0.48
Hex AF 17 DD 15 5A 0 D 11E 51 30
Octal 257 27 335 25 132 0 15 436 121 60
Binary 10101111 10111 11011101 10101 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #AF17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17DD

Black with #AF17DD

Text Example


Text Example

White with #AF17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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