Html Css Color HEX #A52BA5 Vivid Violet

📋 copy color: '#A52BA5'

red 165 ◦ green 43 ◦ blue 165

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

Shades of Vivid Violet #A52BA5

Tints of Vivid Violet #A52BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 44.24%
G = 11.53%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A52BA5 (or 0xA52BA5) is known color: Vivid Violet. HEX triplet: A5, 2B and A5. RGB value is (165,43,165). Sum of RGB (Red+Green+Blue) = 165+43+165=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A52BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BA5 is #5AD45A. Grayscale: #5D5D5D. Windows color (decimal): -5952603 or 10824613. OLE color: 10824613.

HSL color Cylindrical-coordinate representation of color #A52BA5: hue angle of 300º 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 #A52BA5 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 43 165 -
CMYK 0 0.74 0 0.35
HSL 300º 0.59% 0.41% -
HSV(B) 300º 0.74% 0.65% -
XYZ 23.17 12.44 36.78 -
YUV 93.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 165 43 165 0 0.74 0 0.35 300 0.59 0.41
Hex A5 2B A5 0 4A 0 23 12C 3B 29
Octal 245 53 245 0 112 0 43 454 73 51
Binary 10100101 101011 10100101 0 1001010 0 100011 100101100 111011 101001

Color Harmonies of #A52BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BA5

Black with #A52BA5

Text Example


Text Example

White with #A52BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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