Html Css Color HEX #A202B9 Dark Violet

📋 copy color: '#A202B9'

red 162 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #A202B9

Tints of Dark Violet #A202B9

RGB

 RED value IS 162 (63.67% from 255) = 46.42%

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

 BLUE value IS 185 (72.66% from 255) = 53.01%

R = 46.42%
G = 0.57%
B = 53.01%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A202B9 (or 0xA202B9) is known color: Dark Violet. HEX triplet: A2, 02 and B9. RGB value is (162,2,185). Sum of RGB (Red+Green+Blue) = 162+2+185=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #A202B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202B9 is #5DFD46. Grayscale: #464646. Windows color (decimal): -6159687 or 12124834. OLE color: 12124834.

HSL color Cylindrical-coordinate representation of color #A202B9: hue angle of 292.46º 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 #A202B9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 2 185 -
CMYK 0.12 0.99 0 0.27
HSL 292.46º 0.98% 0.37% -
HSV(B) 292.46º 0.99% 0.73% -
XYZ 23.68 11.23 46.82 -
YUV 70.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 162 2 185 0.12 0.99 0 0.27 292.46 0.98 0.37
Hex A2 2 B9 C 63 0 1B 124 62 25
Octal 242 2 271 14 143 0 33 444 142 45
Binary 10100010 10 10111001 1100 1100011 0 11011 100100100 1100010 100101

Color Harmonies of #A202B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A202B9

Black with #A202B9

Text Example


Text Example

White with #A202B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A202B9; }

 p { color: rgb(162,2,185); }

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

background-color css

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

 a { background-color: rgb(162,2,185); }

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

border-color css

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

 span { border-color: rgb(162,2,185); }

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