Html Css Color HEX #A809BB Dark Violet

📋 copy color: '#A809BB'

red 168 ◦ green 9 ◦ blue 187

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

Shades of Dark Violet #A809BB

Tints of Dark Violet #A809BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 46.15%
G = 2.47%
B = 51.37%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A809BB (or 0xA809BB) is known color: Dark Violet. HEX triplet: A8, 09 and BB. RGB value is (168,9,187). Sum of RGB (Red+Green+Blue) = 168+9+187=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #A809BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809BB is #57F644. Grayscale: #4C4C4C. Windows color (decimal): -5764677 or 12257704. OLE color: 12257704.

HSL color Cylindrical-coordinate representation of color #A809BB: hue angle of 293.6º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A809BB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 9 187 -
CMYK 0.10 0.95 0 0.27
HSL 293.6º 0.91% 0.38% -
HSV(B) 293.6º 0.95% 0.73% -
XYZ 25.22 12.11 48.02 -
YUV 76.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 168 9 187 0.10 0.95 0 0.27 293.6 0.91 0.38
Hex A8 9 BB A 5F 0 1B 126 5B 26
Octal 250 11 273 12 137 0 33 446 133 46
Binary 10101000 1001 10111011 1010 1011111 0 11011 100100110 1011011 100110

Color Harmonies of #A809BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809BB

Black with #A809BB

Text Example


Text Example

White with #A809BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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