Html Css Color HEX #A805B8 Dark Violet

📋 copy color: '#A805B8'

red 168 ◦ green 5 ◦ blue 184

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

Shades of Dark Violet #A805B8

Tints of Dark Violet #A805B8

RGB

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

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

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

R = 47.06%
G = 1.4%
B = 51.54%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A805B8 (or 0xA805B8) is known color: Dark Violet. HEX triplet: A8, 05 and B8. RGB value is (168,5,184). Sum of RGB (Red+Green+Blue) = 168+5+184=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #A805B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805B8 is #57FA47. Grayscale: #494949. Windows color (decimal): -5765704 or 12060072. OLE color: 12060072.

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

Color convert

RGB 168 5 184 -
CMYK 0.09 0.97 0 0.28
HSL 294.64º 0.95% 0.37% -
HSV(B) 294.64º 0.97% 0.72% -
XYZ 24.85 11.89 46.33 -
YUV 74.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 168 5 184 0.09 0.97 0 0.28 294.64 0.95 0.37
Hex A8 5 B8 9 61 0 1C 127 5F 25
Octal 250 5 270 11 141 0 34 447 137 45
Binary 10101000 101 10111000 1001 1100001 0 11100 100100111 1011111 100101

Color Harmonies of #A805B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805B8

Black with #A805B8

Text Example


Text Example

White with #A805B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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