Html Css Color HEX #A20BE6 Dark Violet

📋 copy color: '#A20BE6'

red 162 ◦ green 11 ◦ blue 230

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

Shades of Dark Violet #A20BE6

Tints of Dark Violet #A20BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.73%

 BLUE value IS 230 (90.23% from 255) = 57.07%

R = 40.2%
G = 2.73%
B = 57.07%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A20BE6 (or 0xA20BE6) is known color: Dark Violet. HEX triplet: A2, 0B and E6. RGB value is (162,11,230). Sum of RGB (Red+Green+Blue) = 162+11+230=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 230 (90.23% from 255 or 57.07% from 403); Max value from RGB is 230 - color contains mainly: blue. Hex color #A20BE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BE6 is #5DF419. Grayscale: #505050. Windows color (decimal): -6157338 or 15076258. OLE color: 15076258.

HSL color Cylindrical-coordinate representation of color #A20BE6: hue angle of 281.37º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BE6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 11 230 -
CMYK 0.30 0.95 0 0.10
HSL 281.37º 0.91% 0.47% -
HSV(B) 281.37º 0.95% 0.9% -
XYZ 29.3 13.63 75.95 -
YUV 81.12 212.03 185.69 -
System Red Green Blue C M Y K H S L
Decimal 162 11 230 0.30 0.95 0 0.10 281.37 0.91 0.47
Hex A2 B E6 1E 5F 0 A 119 5B 2F
Octal 242 13 346 36 137 0 12 431 133 57
Binary 10100010 1011 11100110 11110 1011111 0 1010 100011001 1011011 101111

Color Harmonies of #A20BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BE6

Black with #A20BE6

Text Example


Text Example

White with #A20BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BE6; }

 p { color: rgb(162,11,230); }

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

background-color css

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

 a { background-color: rgb(162,11,230); }

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

border-color css

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

 span { border-color: rgb(162,11,230); }

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