Html Css Color HEX #A521EC Blue Violet

📋 copy color: '#A521EC'

red 165 ◦ green 33 ◦ blue 236

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

Shades of Blue Violet #A521EC

Tints of Blue Violet #A521EC

RGB

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

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

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

R = 38.02%
G = 7.6%
B = 54.38%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A521EC (or 0xA521EC) is known color: Blue Violet. HEX triplet: A5, 21 and EC. RGB value is (165,33,236). Sum of RGB (Red+Green+Blue) = 165+33+236=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A521EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A521EC is #5ADE13. Grayscale: #5E5E5E. Windows color (decimal): -5955092 or 15475109. OLE color: 15475109.

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

Color convert

RGB 165 33 236 -
CMYK 0.30 0.86 0 0.07
HSL 279.01º 0.84% 0.53% -
HSV(B) 279.01º 0.86% 0.93% -
XYZ 31.2 15.14 80.64 -
YUV 95.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 165 33 236 0.30 0.86 0 0.07 279.01 0.84 0.53
Hex A5 21 EC 1E 56 0 7 117 54 35
Octal 245 41 354 36 126 0 7 427 124 65
Binary 10100101 100001 11101100 11110 1010110 0 111 100010111 1010100 110101

Color Harmonies of #A521EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521EC

Black with #A521EC

Text Example


Text Example

White with #A521EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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