Html Css Color HEX #A805B9 Dark Violet

📋 copy color: '#A805B9'

red 168 ◦ green 5 ◦ blue 185

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

Shades of Dark Violet #A805B9

Tints of Dark Violet #A805B9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 185 (72.66% from 255) = 51.68%

R = 46.93%
G = 1.4%
B = 51.68%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A805B9 (or 0xA805B9) is known color: Dark Violet. HEX triplet: A8, 05 and B9. RGB value is (168,5,185). Sum of RGB (Red+Green+Blue) = 168+5+185=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #A805B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805B9 is #57FA46. Grayscale: #494949. Windows color (decimal): -5765703 or 12125608. OLE color: 12125608.

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

Color convert

RGB 168 5 185 -
CMYK 0.09 0.97 0 0.27
HSL 294.33º 0.95% 0.37% -
HSV(B) 294.33º 0.97% 0.73% -
XYZ 24.96 11.94 46.89 -
YUV 74.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 168 5 185 0.09 0.97 0 0.27 294.33 0.95 0.37
Hex A8 5 B9 9 61 0 1B 126 5F 25
Octal 250 5 271 11 141 0 33 446 137 45
Binary 10101000 101 10111001 1001 1100001 0 11011 100100110 1011111 100101

Color Harmonies of #A805B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805B9

Black with #A805B9

Text Example


Text Example

White with #A805B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805B9; }

 p { color: rgb(168,5,185); }

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

background-color css

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

 a { background-color: rgb(168,5,185); }

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

border-color css

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

 span { border-color: rgb(168,5,185); }

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