Html Css Color HEX #A521EE Blue Violet

📋 copy color: '#A521EE'

red 165 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #A521EE

Tints of Blue Violet #A521EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.57%

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

R = 37.84%
G = 7.57%
B = 54.59%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A521EE (or 0xA521EE) is known color: Blue Violet. HEX triplet: A5, 21 and EE. RGB value is (165,33,238). Sum of RGB (Red+Green+Blue) = 165+33+238=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A521EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A521EE is #5ADE11. Grayscale: #5F5F5F. Windows color (decimal): -5955090 or 15606181. OLE color: 15606181.

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

Color convert

RGB 165 33 238 -
CMYK 0.31 0.86 0 0.07
HSL 278.63º 0.86% 0.53% -
HSV(B) 278.63º 0.86% 0.93% -
XYZ 31.49 15.26 82.17 -
YUV 95.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 165 33 238 0.31 0.86 0 0.07 278.63 0.86 0.53
Hex A5 21 EE 1F 56 0 7 117 56 35
Octal 245 41 356 37 126 0 7 427 126 65
Binary 10100101 100001 11101110 11111 1010110 0 111 100010111 1010110 110101

Color Harmonies of #A521EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521EE

Black with #A521EE

Text Example


Text Example

White with #A521EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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