Html Css Color HEX #A20FB4 Dark Violet

📋 copy color: '#A20FB4'

red 162 ◦ green 15 ◦ blue 180

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

Shades of Dark Violet #A20FB4

Tints of Dark Violet #A20FB4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 45.38%
G = 4.2%
B = 50.42%

CMYK

 C value IS 0.1

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A20FB4 (or 0xA20FB4) is known color: Dark Violet. HEX triplet: A2, 0F and B4. RGB value is (162,15,180). Sum of RGB (Red+Green+Blue) = 162+15+180=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #A20FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FB4 is #5DF04B. Grayscale: #4D4D4D. Windows color (decimal): -6156364 or 11800482. OLE color: 11800482.

HSL color Cylindrical-coordinate representation of color #A20FB4: hue angle of 293.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FB4 is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 15 180 -
CMYK 0.1 0.92 0 0.29
HSL 293.45º 0.85% 0.38% -
HSV(B) 293.45º 0.92% 0.71% -
XYZ 23.31 11.32 44.14 -
YUV 77.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 162 15 180 0.1 0.92 0 0.29 293.45 0.85 0.38
Hex A2 F B4 A 5C 0 1D 125 55 26
Octal 242 17 264 12 134 0 35 445 125 46
Binary 10100010 1111 10110100 1010 1011100 0 11101 100100101 1010101 100110

Color Harmonies of #A20FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FB4

Black with #A20FB4

Text Example


Text Example

White with #A20FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FB4; }

 p { color: rgb(162,15,180); }

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

background-color css

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

 a { background-color: rgb(162,15,180); }

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

border-color css

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

 span { border-color: rgb(162,15,180); }

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