Html Css Color HEX #AF17DC Dark Violet

📋 copy color: '#AF17DC'

red 175 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #AF17DC

Tints of Dark Violet #AF17DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 41.87%
G = 5.5%
B = 52.63%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF17DC (or 0xAF17DC) is known color: Dark Violet. HEX triplet: AF, 17 and DC. RGB value is (175,23,220). Sum of RGB (Red+Green+Blue) = 175+23+220=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DC is #50E823. Grayscale: #5A5A5A. Windows color (decimal): -5302308 or 14423983. OLE color: 14423983.

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

Color convert

RGB 175 23 220 -
CMYK 0.20 0.90 0 0.14
HSL 286.29º 0.81% 0.48% -
HSV(B) 286.29º 0.9% 0.86% -
XYZ 30.9 14.89 68.96 -
YUV 90.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 175 23 220 0.20 0.90 0 0.14 286.29 0.81 0.48
Hex AF 17 DC 14 5A 0 E 11E 51 30
Octal 257 27 334 24 132 0 16 436 121 60
Binary 10101111 10111 11011100 10100 1011010 0 1110 100011110 1010001 110000

Color Harmonies of #AF17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17DC

Black with #AF17DC

Text Example


Text Example

White with #AF17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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