Html Css Color HEX #AF09DC Dark Violet

📋 copy color: '#AF09DC'

red 175 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #AF09DC

Tints of Dark Violet #AF09DC

RGB

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

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

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

R = 43.32%
G = 2.23%
B = 54.46%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF09DC (or 0xAF09DC) is known color: Dark Violet. HEX triplet: AF, 09 and DC. RGB value is (175,9,220). Sum of RGB (Red+Green+Blue) = 175+9+220=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09DC is #50F623. Grayscale: #525252. Windows color (decimal): -5305892 or 14420399. OLE color: 14420399.

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

Color convert

RGB 175 9 220 -
CMYK 0.20 0.96 0 0.14
HSL 287.2º 0.92% 0.45% -
HSV(B) 287.2º 0.96% 0.86% -
XYZ 30.7 14.48 68.89 -
YUV 82.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 175 9 220 0.20 0.96 0 0.14 287.2 0.92 0.45
Hex AF 9 DC 14 60 0 E 11F 5C 2D
Octal 257 11 334 24 140 0 16 437 134 55
Binary 10101111 1001 11011100 10100 1100000 0 1110 100011111 1011100 101101

Color Harmonies of #AF09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09DC

Black with #AF09DC

Text Example


Text Example

White with #AF09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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