Html Css Color HEX #A008B5 Dark Violet

📋 copy color: '#A008B5'

red 160 ◦ green 8 ◦ blue 181

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

Shades of Dark Violet #A008B5

Tints of Dark Violet #A008B5

RGB

 RED value IS 160 (62.89% from 255) = 45.85%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 181 (71.09% from 255) = 51.86%

R = 45.85%
G = 2.29%
B = 51.86%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A008B5 (or 0xA008B5) is known color: Dark Violet. HEX triplet: A0, 08 and B5. RGB value is (160,8,181). Sum of RGB (Red+Green+Blue) = 160+8+181=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A008B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008B5 is #5FF74A. Grayscale: #484848. Windows color (decimal): -6289227 or 11864224. OLE color: 11864224.

HSL color Cylindrical-coordinate representation of color #A008B5: hue angle of 292.72º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008B5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 8 181 -
CMYK 0.12 0.96 0 0.29
HSL 292.72º 0.92% 0.37% -
HSV(B) 292.72º 0.96% 0.71% -
XYZ 22.92 10.98 44.63 -
YUV 73.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 160 8 181 0.12 0.96 0 0.29 292.72 0.92 0.37
Hex A0 8 B5 C 60 0 1D 125 5C 25
Octal 240 10 265 14 140 0 35 445 134 45
Binary 10100000 1000 10110101 1100 1100000 0 11101 100100101 1011100 100101

Color Harmonies of #A008B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008B5

Black with #A008B5

Text Example


Text Example

White with #A008B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008B5; }

 p { color: rgb(160,8,181); }

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

background-color css

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

 a { background-color: rgb(160,8,181); }

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

border-color css

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

 span { border-color: rgb(160,8,181); }

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