Html Css Color HEX #A528EC Blue Violet

📋 copy color: '#A528EC'

red 165 ◦ green 40 ◦ blue 236

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

Shades of Blue Violet #A528EC

Tints of Blue Violet #A528EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 37.41%
G = 9.07%
B = 53.51%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A528EC (or 0xA528EC) is known color: Blue Violet. HEX triplet: A5, 28 and EC. RGB value is (165,40,236). Sum of RGB (Red+Green+Blue) = 165+40+236=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #A528EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528EC is #5AD713. Grayscale: #636363. Windows color (decimal): -5953300 or 15476901. OLE color: 15476901.

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

Color convert

RGB 165 40 236 -
CMYK 0.30 0.83 0 0.07
HSL 278.27º 0.84% 0.54% -
HSV(B) 278.27º 0.83% 0.93% -
XYZ 31.42 15.57 80.71 -
YUV 99.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 165 40 236 0.30 0.83 0 0.07 278.27 0.84 0.54
Hex A5 28 EC 1E 53 0 7 116 54 36
Octal 245 50 354 36 123 0 7 426 124 66
Binary 10100101 101000 11101100 11110 1010011 0 111 100010110 1010100 110110

Color Harmonies of #A528EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528EC

Black with #A528EC

Text Example


Text Example

White with #A528EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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