Html Css Color HEX #A007BB Dark Violet

📋 copy color: '#A007BB'

red 160 ◦ green 7 ◦ blue 187

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

Shades of Dark Violet #A007BB

Tints of Dark Violet #A007BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 45.2%
G = 1.98%
B = 52.82%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A007BB (or 0xA007BB) is known color: Dark Violet. HEX triplet: A0, 07 and BB. RGB value is (160,7,187). Sum of RGB (Red+Green+Blue) = 160+7+187=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #A007BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007BB is #5FF844. Grayscale: #484848. Windows color (decimal): -6289477 or 12257184. OLE color: 12257184.

HSL color Cylindrical-coordinate representation of color #A007BB: hue angle of 291º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007BB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 7 187 -
CMYK 0.14 0.96 0 0.27
HSL 291º 0.93% 0.38% -
HSV(B) 291º 0.96% 0.73% -
XYZ 23.54 11.21 47.94 -
YUV 73.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 160 7 187 0.14 0.96 0 0.27 291 0.93 0.38
Hex A0 7 BB E 60 0 1B 123 5D 26
Octal 240 7 273 16 140 0 33 443 135 46
Binary 10100000 111 10111011 1110 1100000 0 11011 100100011 1011101 100110

Color Harmonies of #A007BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007BB

Black with #A007BB

Text Example


Text Example

White with #A007BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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