Html Css Color HEX #A52EEC Blue Violet

📋 copy color: '#A52EEC'

red 165 ◦ green 46 ◦ blue 236

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

Shades of Blue Violet #A52EEC

Tints of Blue Violet #A52EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.29%

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

R = 36.91%
G = 10.29%
B = 52.8%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A52EEC (or 0xA52EEC) is known color: Blue Violet. HEX triplet: A5, 2E and EC. RGB value is (165,46,236). Sum of RGB (Red+Green+Blue) = 165+46+236=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #A52EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EEC is #5AD113. Grayscale: #666666. Windows color (decimal): -5951764 or 15478437. OLE color: 15478437.

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

Color convert

RGB 165 46 236 -
CMYK 0.30 0.81 0 0.07
HSL 277.58º 0.83% 0.55% -
HSV(B) 277.58º 0.81% 0.93% -
XYZ 31.63 16.01 80.78 -
YUV 103.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 165 46 236 0.30 0.81 0 0.07 277.58 0.83 0.55
Hex A5 2E EC 1E 51 0 7 116 53 37
Octal 245 56 354 36 121 0 7 426 123 67
Binary 10100101 101110 11101100 11110 1010001 0 111 100010110 1010011 110111

Color Harmonies of #A52EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EEC

Black with #A52EEC

Text Example


Text Example

White with #A52EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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