Html Css Color HEX #A02CA0 Vivid Violet

📋 copy color: '#A02CA0'

red 160 ◦ green 44 ◦ blue 160

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

Shades of Vivid Violet #A02CA0

Tints of Vivid Violet #A02CA0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

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

R = 43.96%
G = 12.09%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A02CA0 (or 0xA02CA0) is known color: Vivid Violet. HEX triplet: A0, 2C and A0. RGB value is (160,44,160). Sum of RGB (Red+Green+Blue) = 160+44+160=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A02CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CA0 is #5FD35F. Grayscale: #5B5B5B. Windows color (decimal): -6280032 or 10497184. OLE color: 10497184.

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

Color convert

RGB 160 44 160 -
CMYK 0 0.72 0 0.37
HSL 300º 0.57% 0.4% -
HSV(B) 300º 0.73% 0.63% -
XYZ 21.74 11.81 34.39 -
YUV 91.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 160 44 160 0 0.72 0 0.37 300 0.57 0.4
Hex A0 2C A0 0 48 0 25 12C 39 28
Octal 240 54 240 0 110 0 45 454 71 50
Binary 10100000 101100 10100000 0 1001000 0 100101 100101100 111001 101000

Color Harmonies of #A02CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CA0

Black with #A02CA0

Text Example


Text Example

White with #A02CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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