Html Css Color HEX #A521EF Blue Violet

📋 copy color: '#A521EF'

red 165 ◦ green 33 ◦ blue 239

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

Shades of Blue Violet #A521EF

Tints of Blue Violet #A521EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 37.76%
G = 7.55%
B = 54.69%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A521EF (or 0xA521EF) is known color: Blue Violet. HEX triplet: A5, 21 and EF. RGB value is (165,33,239). Sum of RGB (Red+Green+Blue) = 165+33+239=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #A521EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A521EF is #5ADE10. Grayscale: #5F5F5F. Windows color (decimal): -5955089 or 15671717. OLE color: 15671717.

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

Color convert

RGB 165 33 239 -
CMYK 0.31 0.86 0 0.06
HSL 278.45º 0.87% 0.53% -
HSV(B) 278.45º 0.86% 0.94% -
XYZ 31.64 15.32 82.95 -
YUV 95.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 165 33 239 0.31 0.86 0 0.06 278.45 0.87 0.53
Hex A5 21 EF 1F 56 0 6 116 57 35
Octal 245 41 357 37 126 0 6 426 127 65
Binary 10100101 100001 11101111 11111 1010110 0 110 100010110 1010111 110101

Color Harmonies of #A521EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521EF

Black with #A521EF

Text Example


Text Example

White with #A521EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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