Html Css Color HEX #A52EA4 Vivid Violet

📋 copy color: '#A52EA4'

red 165 ◦ green 46 ◦ blue 164

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

Shades of Vivid Violet #A52EA4

Tints of Vivid Violet #A52EA4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 44%
G = 12.27%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A52EA4 (or 0xA52EA4) is known color: Vivid Violet. HEX triplet: A5, 2E and A4. RGB value is (165,46,164). Sum of RGB (Red+Green+Blue) = 165+46+164=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A52EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EA4 is #5AD15B. Grayscale: #5E5E5E. Windows color (decimal): -5951836 or 10759845. OLE color: 10759845.

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

Color convert

RGB 165 46 164 -
CMYK 0 0.72 0.01 0.35
HSL 300.5º 0.56% 0.41% -
HSV(B) 300.5º 0.72% 0.65% -
XYZ 23.19 12.63 36.34 -
YUV 95.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 165 46 164 0 0.72 0.01 0.35 300.5 0.56 0.41
Hex A5 2E A4 0 48 1 23 12D 38 29
Octal 245 56 244 0 110 1 43 455 70 51
Binary 10100101 101110 10100100 0 1001000 1 100011 100101101 111000 101001

Color Harmonies of #A52EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EA4

Black with #A52EA4

Text Example


Text Example

White with #A52EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EA4; }

 p { color: rgb(165,46,164); }

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

background-color css

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

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

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

border-color css

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

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

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