Html Css Color HEX #A809B8 Dark Violet

📋 copy color: '#A809B8'

red 168 ◦ green 9 ◦ blue 184

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

Shades of Dark Violet #A809B8

Tints of Dark Violet #A809B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.97%

R = 46.54%
G = 2.49%
B = 50.97%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A809B8 (or 0xA809B8) is known color: Dark Violet. HEX triplet: A8, 09 and B8. RGB value is (168,9,184). Sum of RGB (Red+Green+Blue) = 168+9+184=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #A809B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809B8 is #57F647. Grayscale: #4B4B4B. Windows color (decimal): -5764680 or 12061096. OLE color: 12061096.

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

Color convert

RGB 168 9 184 -
CMYK 0.09 0.95 0 0.28
HSL 294.51º 0.91% 0.38% -
HSV(B) 294.51º 0.95% 0.72% -
XYZ 24.9 11.98 46.35 -
YUV 76.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 168 9 184 0.09 0.95 0 0.28 294.51 0.91 0.38
Hex A8 9 B8 9 5F 0 1C 127 5B 26
Octal 250 11 270 11 137 0 34 447 133 46
Binary 10101000 1001 10111000 1001 1011111 0 11100 100100111 1011011 100110

Color Harmonies of #A809B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809B8

Black with #A809B8

Text Example


Text Example

White with #A809B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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