Html Css Color HEX #A007B8 Dark Violet

📋 copy color: '#A007B8'

red 160 ◦ green 7 ◦ blue 184

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

Shades of Dark Violet #A007B8

Tints of Dark Violet #A007B8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 45.58%
G = 1.99%
B = 52.42%

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

#A007B8 (or 0xA007B8) is known color: Dark Violet. HEX triplet: A0, 07 and B8. RGB value is (160,7,184). Sum of RGB (Red+Green+Blue) = 160+7+184=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A007B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007B8 is #5FF847. Grayscale: #484848. Windows color (decimal): -6289480 or 12060576. OLE color: 12060576.

HSL color Cylindrical-coordinate representation of color #A007B8: hue angle of 291.86º degrees, saturation: 0.93, 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 #A007B8 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 7 184 -
CMYK 0.13 0.96 0 0.28
HSL 291.86º 0.93% 0.37% -
HSV(B) 291.86º 0.96% 0.72% -
XYZ 23.22 11.09 46.26 -
YUV 72.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 160 7 184 0.13 0.96 0 0.28 291.86 0.93 0.37
Hex A0 7 B8 D 60 0 1C 124 5D 25
Octal 240 7 270 15 140 0 34 444 135 45
Binary 10100000 111 10111000 1101 1100000 0 11100 100100100 1011101 100101

Color Harmonies of #A007B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007B8

Black with #A007B8

Text Example


Text Example

White with #A007B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007B8; }

 p { color: rgb(160,7,184); }

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

background-color css

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

 a { background-color: rgb(160,7,184); }

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

border-color css

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

 span { border-color: rgb(160,7,184); }

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