Html Css Color HEX #AF09D8 Dark Violet

📋 copy color: '#AF09D8'

red 175 ◦ green 9 ◦ blue 216

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

Shades of Dark Violet #AF09D8

Tints of Dark Violet #AF09D8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.25%

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

R = 43.75%
G = 2.25%
B = 54%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF09D8 (or 0xAF09D8) is known color: Dark Violet. HEX triplet: AF, 09 and D8. RGB value is (175,9,216). Sum of RGB (Red+Green+Blue) = 175+9+216=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF09D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09D8 is #50F627. Grayscale: #515151. Windows color (decimal): -5305896 or 14158255. OLE color: 14158255.

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

Color convert

RGB 175 9 216 -
CMYK 0.19 0.96 0 0.15
HSL 288.12º 0.92% 0.44% -
HSV(B) 288.12º 0.96% 0.85% -
XYZ 30.17 14.27 66.13 -
YUV 82.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 175 9 216 0.19 0.96 0 0.15 288.12 0.92 0.44
Hex AF 9 D8 13 60 0 F 120 5C 2C
Octal 257 11 330 23 140 0 17 440 134 54
Binary 10101111 1001 11011000 10011 1100000 0 1111 100100000 1011100 101100

Color Harmonies of #AF09D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09D8

Black with #AF09D8

Text Example


Text Example

White with #AF09D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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