Html Css Color HEX #A522E5 Blue Violet

📋 copy color: '#A522E5'

red 165 ◦ green 34 ◦ blue 229

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

Shades of Blue Violet #A522E5

Tints of Blue Violet #A522E5

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.94%

 BLUE value IS 229 (89.84% from 255) = 53.5%

R = 38.55%
G = 7.94%
B = 53.5%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A522E5 (or 0xA522E5) is known color: Blue Violet. HEX triplet: A5, 22 and E5. RGB value is (165,34,229). Sum of RGB (Red+Green+Blue) = 165+34+229=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #A522E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522E5 is #5ADD1A. Grayscale: #5E5E5E. Windows color (decimal): -5954843 or 15016613. OLE color: 15016613.

HSL color Cylindrical-coordinate representation of color #A522E5: hue angle of 280.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A522E5 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 34 229 -
CMYK 0.28 0.85 0 0.10
HSL 280.31º 0.79% 0.52% -
HSV(B) 280.31º 0.85% 0.9% -
XYZ 30.23 14.8 75.39 -
YUV 95.4 203.4 177.64 -
System Red Green Blue C M Y K H S L
Decimal 165 34 229 0.28 0.85 0 0.10 280.31 0.79 0.52
Hex A5 22 E5 1C 55 0 A 118 4F 34
Octal 245 42 345 34 125 0 12 430 117 64
Binary 10100101 100010 11100101 11100 1010101 0 1010 100011000 1001111 110100

Color Harmonies of #A522E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522E5

Black with #A522E5

Text Example


Text Example

White with #A522E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522E5; }

 p { color: rgb(165,34,229); }

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

background-color css

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

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

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

border-color css

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

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

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