Html Css Color HEX #A809E1 Dark Violet

📋 copy color: '#A809E1'

red 168 ◦ green 9 ◦ blue 225

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

Shades of Dark Violet #A809E1

Tints of Dark Violet #A809E1

RGB

 RED value IS 168 (66.02% from 255) = 41.79%

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

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

R = 41.79%
G = 2.24%
B = 55.97%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A809E1 (or 0xA809E1) is known color: Dark Violet. HEX triplet: A8, 09 and E1. RGB value is (168,9,225). Sum of RGB (Red+Green+Blue) = 168+9+225=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #A809E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809E1 is #57F61E. Grayscale: #505050. Windows color (decimal): -5764639 or 14748072. OLE color: 14748072.

HSL color Cylindrical-coordinate representation of color #A809E1: hue angle of 284.17º 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 #A809E1 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 9 225 -
CMYK 0.25 0.96 0 0.12
HSL 284.17º 0.92% 0.46% -
HSV(B) 284.17º 0.96% 0.88% -
XYZ 29.84 13.96 72.36 -
YUV 81.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 168 9 225 0.25 0.96 0 0.12 284.17 0.92 0.46
Hex A8 9 E1 19 60 0 C 11C 5C 2E
Octal 250 11 341 31 140 0 14 434 134 56
Binary 10101000 1001 11100001 11001 1100000 0 1100 100011100 1011100 101110

Color Harmonies of #A809E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809E1

Black with #A809E1

Text Example


Text Example

White with #A809E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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