Html Css Color HEX #A528EA Blue Violet

📋 copy color: '#A528EA'

red 165 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #A528EA

Tints of Blue Violet #A528EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 37.59%
G = 9.11%
B = 53.3%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A528EA (or 0xA528EA) is known color: Blue Violet. HEX triplet: A5, 28 and EA. RGB value is (165,40,234). Sum of RGB (Red+Green+Blue) = 165+40+234=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #A528EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528EA is #5AD715. Grayscale: #626262. Windows color (decimal): -5953302 or 15345829. OLE color: 15345829.

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

Color convert

RGB 165 40 234 -
CMYK 0.29 0.83 0 0.08
HSL 278.66º 0.82% 0.54% -
HSV(B) 278.66º 0.83% 0.92% -
XYZ 31.13 15.46 79.18 -
YUV 99.49 203.91 174.73 -
System Red Green Blue C M Y K H S L
Decimal 165 40 234 0.29 0.83 0 0.08 278.66 0.82 0.54
Hex A5 28 EA 1D 53 0 8 117 52 36
Octal 245 50 352 35 123 0 10 427 122 66
Binary 10100101 101000 11101010 11101 1010011 0 1000 100010111 1010010 110110

Color Harmonies of #A528EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528EA

Black with #A528EA

Text Example


Text Example

White with #A528EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528EA; }

 p { color: rgb(165,40,234); }

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

background-color css

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

 a { background-color: rgb(165,40,234); }

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

border-color css

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

 span { border-color: rgb(165,40,234); }

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