Html Css Color HEX #AF17DB Dark Violet

📋 copy color: '#AF17DB'

red 175 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #AF17DB

Tints of Dark Violet #AF17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 41.97%
G = 5.52%
B = 52.52%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF17DB (or 0xAF17DB) is known color: Dark Violet. HEX triplet: AF, 17 and DB. RGB value is (175,23,219). Sum of RGB (Red+Green+Blue) = 175+23+219=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DB is #50E824. Grayscale: #5A5A5A. Windows color (decimal): -5302309 or 14358447. OLE color: 14358447.

HSL color Cylindrical-coordinate representation of color #AF17DB: hue angle of 286.53º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17DB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 23 219 -
CMYK 0.20 0.89 0 0.14
HSL 286.53º 0.81% 0.47% -
HSV(B) 286.53º 0.89% 0.86% -
XYZ 30.77 14.84 68.26 -
YUV 90.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 175 23 219 0.20 0.89 0 0.14 286.53 0.81 0.47
Hex AF 17 DB 14 59 0 E 11F 51 2F
Octal 257 27 333 24 131 0 16 437 121 57
Binary 10101111 10111 11011011 10100 1011001 0 1110 100011111 1010001 101111

Color Harmonies of #AF17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17DB

Black with #AF17DB

Text Example


Text Example

White with #AF17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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