Html Css Color HEX #AF17D8 Dark Violet

📋 copy color: '#AF17D8'

red 175 ◦ green 23 ◦ blue 216

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

Shades of Dark Violet #AF17D8

Tints of Dark Violet #AF17D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 42.27%
G = 5.56%
B = 52.17%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF17D8 (or 0xAF17D8) is known color: Dark Violet. HEX triplet: AF, 17 and D8. RGB value is (175,23,216). Sum of RGB (Red+Green+Blue) = 175+23+216=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF17D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17D8 is #50E827. Grayscale: #595959. Windows color (decimal): -5302312 or 14161839. OLE color: 14161839.

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

Color convert

RGB 175 23 216 -
CMYK 0.19 0.89 0 0.15
HSL 287.25º 0.81% 0.47% -
HSV(B) 287.25º 0.89% 0.85% -
XYZ 30.38 14.68 66.2 -
YUV 90.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 175 23 216 0.19 0.89 0 0.15 287.25 0.81 0.47
Hex AF 17 D8 13 59 0 F 11F 51 2F
Octal 257 27 330 23 131 0 17 437 121 57
Binary 10101111 10111 11011000 10011 1011001 0 1111 100011111 1010001 101111

Color Harmonies of #AF17D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17D8

Black with #AF17D8

Text Example


Text Example

White with #AF17D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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