Html Css Color HEX #A529EE Blue Violet

📋 copy color: '#A529EE'

red 165 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #A529EE

Tints of Blue Violet #A529EE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 37.16%
G = 9.23%
B = 53.6%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A529EE (or 0xA529EE) is known color: Blue Violet. HEX triplet: A5, 29 and EE. RGB value is (165,41,238). Sum of RGB (Red+Green+Blue) = 165+41+238=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #A529EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529EE is #5AD611. Grayscale: #636363. Windows color (decimal): -5953042 or 15608229. OLE color: 15608229.

HSL color Cylindrical-coordinate representation of color #A529EE: hue angle of 277.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A529EE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 41 238 -
CMYK 0.31 0.83 0 0.07
HSL 277.77º 0.85% 0.55% -
HSV(B) 277.77º 0.83% 0.93% -
XYZ 31.74 15.76 82.26 -
YUV 100.53 205.58 173.98 -
System Red Green Blue C M Y K H S L
Decimal 165 41 238 0.31 0.83 0 0.07 277.77 0.85 0.55
Hex A5 29 EE 1F 53 0 7 116 55 37
Octal 245 51 356 37 123 0 7 426 125 67
Binary 10100101 101001 11101110 11111 1010011 0 111 100010110 1010101 110111

Color Harmonies of #A529EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529EE

Black with #A529EE

Text Example


Text Example

White with #A529EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529EE; }

 p { color: rgb(165,41,238); }

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

background-color css

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

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

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

border-color css

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

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

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