Html Css Color HEX #A52CEC Blue Violet

📋 copy color: '#A52CEC'

red 165 ◦ green 44 ◦ blue 236

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

Shades of Blue Violet #A52CEC

Tints of Blue Violet #A52CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.89%

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

R = 37.08%
G = 9.89%
B = 53.03%

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

#A52CEC (or 0xA52CEC) is known color: Blue Violet. HEX triplet: A5, 2C and EC. RGB value is (165,44,236). Sum of RGB (Red+Green+Blue) = 165+44+236=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #A52CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CEC is #5AD313. Grayscale: #656565. Windows color (decimal): -5952276 or 15477925. OLE color: 15477925.

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

Color convert

RGB 165 44 236 -
CMYK 0.30 0.81 0 0.07
HSL 277.81º 0.83% 0.55% -
HSV(B) 277.81º 0.81% 0.93% -
XYZ 31.56 15.86 80.75 -
YUV 102.07 203.59 172.89 -
System Red Green Blue C M Y K H S L
Decimal 165 44 236 0.30 0.81 0 0.07 277.81 0.83 0.55
Hex A5 2C EC 1E 51 0 7 116 53 37
Octal 245 54 354 36 121 0 7 426 123 67
Binary 10100101 101100 11101100 11110 1010001 0 111 100010110 1010011 110111

Color Harmonies of #A52CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CEC

Black with #A52CEC

Text Example


Text Example

White with #A52CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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