Html Css Color HEX #A002BD Dark Violet

📋 copy color: '#A002BD'

red 160 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #A002BD

Tints of Dark Violet #A002BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 45.58%
G = 0.57%
B = 53.85%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A002BD (or 0xA002BD) is known color: Dark Violet. HEX triplet: A0, 02 and BD. RGB value is (160,2,189). Sum of RGB (Red+Green+Blue) = 160+2+189=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #A002BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002BD is #5FFD42. Grayscale: #454545. Windows color (decimal): -6290755 or 12386976. OLE color: 12386976.

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

Color convert

RGB 160 2 189 -
CMYK 0.15 0.99 0 0.26
HSL 290.7º 0.98% 0.37% -
HSV(B) 290.7º 0.99% 0.74% -
XYZ 23.7 11.19 49.05 -
YUV 70.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 160 2 189 0.15 0.99 0 0.26 290.7 0.98 0.37
Hex A0 2 BD F 63 0 1A 123 62 25
Octal 240 2 275 17 143 0 32 443 142 45
Binary 10100000 10 10111101 1111 1100011 0 11010 100100011 1100010 100101

Color Harmonies of #A002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002BD

Black with #A002BD

Text Example


Text Example

White with #A002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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