Html Css Color HEX #A52AE8 Blue Violet

📋 copy color: '#A52AE8'

red 165 ◦ green 42 ◦ blue 232

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

Shades of Blue Violet #A52AE8

Tints of Blue Violet #A52AE8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.57%

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 37.59%
G = 9.57%
B = 52.85%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A52AE8 (or 0xA52AE8) is known color: Blue Violet. HEX triplet: A5, 2A and E8. RGB value is (165,42,232). Sum of RGB (Red+Green+Blue) = 165+42+232=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #A52AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52AE8 is #5AD517. Grayscale: #636363. Windows color (decimal): -5952792 or 15215269. OLE color: 15215269.

HSL color Cylindrical-coordinate representation of color #A52AE8: hue angle of 278.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52AE8 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 42 232 -
CMYK 0.29 0.82 0 0.09
HSL 278.84º 0.81% 0.54% -
HSV(B) 278.84º 0.82% 0.91% -
XYZ 30.91 15.48 77.7 -
YUV 100.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 165 42 232 0.29 0.82 0 0.09 278.84 0.81 0.54
Hex A5 2A E8 1D 52 0 9 117 51 36
Octal 245 52 350 35 122 0 11 427 121 66
Binary 10100101 101010 11101000 11101 1010010 0 1001 100010111 1010001 110110

Color Harmonies of #A52AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AE8

Black with #A52AE8

Text Example


Text Example

White with #A52AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AE8; }

 p { color: rgb(165,42,232); }

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

background-color css

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

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

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

border-color css

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

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

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