Html Css Color HEX #A008B7 Dark Violet

📋 copy color: '#A008B7'

red 160 ◦ green 8 ◦ blue 183

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

Shades of Dark Violet #A008B7

Tints of Dark Violet #A008B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.14%

R = 45.58%
G = 2.28%
B = 52.14%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A008B7 (or 0xA008B7) is known color: Dark Violet. HEX triplet: A0, 08 and B7. RGB value is (160,8,183). Sum of RGB (Red+Green+Blue) = 160+8+183=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A008B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008B7 is #5FF748. Grayscale: #484848. Windows color (decimal): -6289225 or 11995296. OLE color: 11995296.

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

Color convert

RGB 160 8 183 -
CMYK 0.13 0.96 0 0.28
HSL 292.11º 0.92% 0.37% -
HSV(B) 292.11º 0.96% 0.72% -
XYZ 23.13 11.07 45.72 -
YUV 73.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 160 8 183 0.13 0.96 0 0.28 292.11 0.92 0.37
Hex A0 8 B7 D 60 0 1C 124 5C 25
Octal 240 10 267 15 140 0 34 444 134 45
Binary 10100000 1000 10110111 1101 1100000 0 11100 100100100 1011100 100101

Color Harmonies of #A008B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008B7

Black with #A008B7

Text Example


Text Example

White with #A008B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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