Html Css Color HEX #AF09E1 Dark Violet

📋 copy color: '#AF09E1'

red 175 ◦ green 9 ◦ blue 225

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

Shades of Dark Violet #AF09E1

Tints of Dark Violet #AF09E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 42.79%
G = 2.2%
B = 55.01%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF09E1 (or 0xAF09E1) is known color: Dark Violet. HEX triplet: AF, 09 and E1. RGB value is (175,9,225). Sum of RGB (Red+Green+Blue) = 175+9+225=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF09E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09E1 is #50F61E. Grayscale: #525252. Windows color (decimal): -5305887 or 14748079. OLE color: 14748079.

HSL color Cylindrical-coordinate representation of color #AF09E1: hue angle of 286.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09E1 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 9 225 -
CMYK 0.22 0.96 0 0.12
HSL 286.11º 0.92% 0.46% -
HSV(B) 286.11º 0.96% 0.88% -
XYZ 31.37 14.75 72.43 -
YUV 83.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 175 9 225 0.22 0.96 0 0.12 286.11 0.92 0.46
Hex AF 9 E1 16 60 0 C 11E 5C 2E
Octal 257 11 341 26 140 0 14 436 134 56
Binary 10101111 1001 11100001 10110 1100000 0 1100 100011110 1011100 101110

Color Harmonies of #AF09E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09E1

Black with #AF09E1

Text Example


Text Example

White with #AF09E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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