Html Css Color HEX #A528ED Blue Violet

📋 copy color: '#A528ED'

red 165 ◦ green 40 ◦ blue 237

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

Shades of Blue Violet #A528ED

Tints of Blue Violet #A528ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 37.33%
G = 9.05%
B = 53.62%

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

#A528ED (or 0xA528ED) is known color: Blue Violet. HEX triplet: A5, 28 and ED. RGB value is (165,40,237). Sum of RGB (Red+Green+Blue) = 165+40+237=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #A528ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528ED is #5AD712. Grayscale: #636363. Windows color (decimal): -5953299 or 15542437. OLE color: 15542437.

HSL color Cylindrical-coordinate representation of color #A528ED: hue angle of 278.07º degrees, saturation: 0.85, 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 #A528ED is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 40 237 -
CMYK 0.30 0.83 0 0.07
HSL 278.07º 0.85% 0.54% -
HSV(B) 278.07º 0.83% 0.93% -
XYZ 31.56 15.63 81.47 -
YUV 99.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 165 40 237 0.30 0.83 0 0.07 278.07 0.85 0.54
Hex A5 28 ED 1E 53 0 7 116 55 36
Octal 245 50 355 36 123 0 7 426 125 66
Binary 10100101 101000 11101101 11110 1010011 0 111 100010110 1010101 110110

Color Harmonies of #A528ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528ED

Black with #A528ED

Text Example


Text Example

White with #A528ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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