Html Css Color HEX #A809BD Dark Violet

📋 copy color: '#A809BD'

red 168 ◦ green 9 ◦ blue 189

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

Shades of Dark Violet #A809BD

Tints of Dark Violet #A809BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 45.9%
G = 2.46%
B = 51.64%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A809BD (or 0xA809BD) is known color: Dark Violet. HEX triplet: A8, 09 and BD. RGB value is (168,9,189). Sum of RGB (Red+Green+Blue) = 168+9+189=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A809BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809BD is #57F642. Grayscale: #4C4C4C. Windows color (decimal): -5764675 or 12388776. OLE color: 12388776.

HSL color Cylindrical-coordinate representation of color #A809BD: hue angle of 293º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A809BD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 9 189 -
CMYK 0.11 0.95 0 0.26
HSL 293º 0.91% 0.39% -
HSV(B) 293º 0.95% 0.74% -
XYZ 25.43 12.19 49.16 -
YUV 77.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 168 9 189 0.11 0.95 0 0.26 293 0.91 0.39
Hex A8 9 BD B 5F 0 1A 125 5B 27
Octal 250 11 275 13 137 0 32 445 133 47
Binary 10101000 1001 10111101 1011 1011111 0 11010 100100101 1011011 100111

Color Harmonies of #A809BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809BD

Black with #A809BD

Text Example


Text Example

White with #A809BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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