Html Css Color HEX #A002BB Dark Violet

📋 copy color: '#A002BB'

red 160 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #A002BB

Tints of Dark Violet #A002BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 45.85%
G = 0.57%
B = 53.58%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A002BB (or 0xA002BB) is known color: Dark Violet. HEX triplet: A0, 02 and BB. RGB value is (160,2,187). Sum of RGB (Red+Green+Blue) = 160+2+187=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #A002BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002BB is #5FFD44. Grayscale: #454545. Windows color (decimal): -6290757 or 12255904. OLE color: 12255904.

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

Color convert

RGB 160 2 187 -
CMYK 0.14 0.99 0 0.27
HSL 291.24º 0.98% 0.37% -
HSV(B) 291.24º 0.99% 0.73% -
XYZ 23.49 11.1 47.92 -
YUV 70.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 160 2 187 0.14 0.99 0 0.27 291.24 0.98 0.37
Hex A0 2 BB E 63 0 1B 123 62 25
Octal 240 2 273 16 143 0 33 443 142 45
Binary 10100000 10 10111011 1110 1100011 0 11011 100100011 1100010 100101

Color Harmonies of #A002BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002BB

Black with #A002BB

Text Example


Text Example

White with #A002BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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