Html Css Color HEX #A52BA2 Vivid Violet

📋 copy color: '#A52BA2'

red 165 ◦ green 43 ◦ blue 162

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

Shades of Vivid Violet #A52BA2

Tints of Vivid Violet #A52BA2

RGB

 RED value IS 165 (64.84% from 255) = 44.59%

 GREEN value IS 43 (17.19% from 255) = 11.62%

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 44.59%
G = 11.62%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A52BA2 (or 0xA52BA2) is known color: Vivid Violet. HEX triplet: A5, 2B and A2. RGB value is (165,43,162). Sum of RGB (Red+Green+Blue) = 165+43+162=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A52BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BA2 is #5AD45D. Grayscale: #5C5C5C. Windows color (decimal): -5952606 or 10628005. OLE color: 10628005.

HSL color Cylindrical-coordinate representation of color #A52BA2: hue angle of 301.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52BA2 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 43 162 -
CMYK 0 0.74 0.02 0.35
HSL 301.48º 0.59% 0.41% -
HSV(B) 301.48º 0.74% 0.65% -
XYZ 22.9 12.34 35.36 -
YUV 93.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 165 43 162 0 0.74 0.02 0.35 301.48 0.59 0.41
Hex A5 2B A2 0 4A 2 23 12D 3B 29
Octal 245 53 242 0 112 2 43 455 73 51
Binary 10100101 101011 10100010 0 1001010 10 100011 100101101 111011 101001

Color Harmonies of #A52BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BA2

Black with #A52BA2

Text Example


Text Example

White with #A52BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BA2; }

 p { color: rgb(165,43,162); }

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

background-color css

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

 a { background-color: rgb(165,43,162); }

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

border-color css

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

 span { border-color: rgb(165,43,162); }

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