Html Css Color HEX #AF09D7 Dark Violet

📋 copy color: '#AF09D7'

red 175 ◦ green 9 ◦ blue 215

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

Shades of Dark Violet #AF09D7

Tints of Dark Violet #AF09D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.88%

R = 43.86%
G = 2.26%
B = 53.88%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF09D7 (or 0xAF09D7) is known color: Dark Violet. HEX triplet: AF, 09 and D7. RGB value is (175,9,215). Sum of RGB (Red+Green+Blue) = 175+9+215=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF09D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09D7 is #50F628. Grayscale: #515151. Windows color (decimal): -5305897 or 14092719. OLE color: 14092719.

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

Color convert

RGB 175 9 215 -
CMYK 0.19 0.96 0 0.16
HSL 288.35º 0.92% 0.44% -
HSV(B) 288.35º 0.96% 0.84% -
XYZ 30.04 14.22 65.45 -
YUV 82.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 175 9 215 0.19 0.96 0 0.16 288.35 0.92 0.44
Hex AF 9 D7 13 60 0 10 120 5C 2C
Octal 257 11 327 23 140 0 20 440 134 54
Binary 10101111 1001 11010111 10011 1100000 0 10000 100100000 1011100 101100

Color Harmonies of #AF09D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09D7

Black with #AF09D7

Text Example


Text Example

White with #AF09D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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