Html Css Color HEX #A036A0 Vivid Violet

📋 copy color: '#A036A0'

red 160 ◦ green 54 ◦ blue 160

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

Shades of Vivid Violet #A036A0

Tints of Vivid Violet #A036A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 42.78%
G = 14.44%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A036A0 (or 0xA036A0) is known color: Vivid Violet. HEX triplet: A0, 36 and A0. RGB value is (160,54,160). Sum of RGB (Red+Green+Blue) = 160+54+160=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A036A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036A0 is #5FC95F. Grayscale: #616161. Windows color (decimal): -6277472 or 10499744. OLE color: 10499744.

HSL color Cylindrical-coordinate representation of color #A036A0: hue angle of 300º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A036A0 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 54 160 -
CMYK 0 0.66 0 0.37
HSL 300º 0.5% 0.42% -
HSV(B) 300º 0.66% 0.63% -
XYZ 22.16 12.65 34.53 -
YUV 97.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 160 54 160 0 0.66 0 0.37 300 0.5 0.42
Hex A0 36 A0 0 42 0 25 12C 32 2A
Octal 240 66 240 0 102 0 45 454 62 52
Binary 10100000 110110 10100000 0 1000010 0 100101 100101100 110010 101010

Color Harmonies of #A036A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036A0

Black with #A036A0

Text Example


Text Example

White with #A036A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036A0; }

 p { color: rgb(160,54,160); }

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

background-color css

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

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

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

border-color css

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

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

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