Html Css Color HEX #A524E9 Blue Violet

📋 copy color: '#A524E9'

red 165 ◦ green 36 ◦ blue 233

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

Shades of Blue Violet #A524E9

Tints of Blue Violet #A524E9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 233 (91.41% from 255) = 53.69%

R = 38.02%
G = 8.29%
B = 53.69%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A524E9 (or 0xA524E9) is known color: Blue Violet. HEX triplet: A5, 24 and E9. RGB value is (165,36,233). Sum of RGB (Red+Green+Blue) = 165+36+233=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #A524E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A524E9 is #5ADB16. Grayscale: #606060. Windows color (decimal): -5954327 or 15279269. OLE color: 15279269.

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

Color convert

RGB 165 36 233 -
CMYK 0.29 0.85 0 0.09
HSL 279.29º 0.82% 0.53% -
HSV(B) 279.29º 0.85% 0.91% -
XYZ 30.86 15.14 78.39 -
YUV 97.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 165 36 233 0.29 0.85 0 0.09 279.29 0.82 0.53
Hex A5 24 E9 1D 55 0 9 117 52 35
Octal 245 44 351 35 125 0 11 427 122 65
Binary 10100101 100100 11101001 11101 1010101 0 1001 100010111 1010010 110101

Color Harmonies of #A524E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524E9

Black with #A524E9

Text Example


Text Example

White with #A524E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524E9; }

 p { color: rgb(165,36,233); }

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

background-color css

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

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

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

border-color css

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

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

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