Html Css Color HEX #A52CEF Blue Violet

📋 copy color: '#A52CEF'

red 165 ◦ green 44 ◦ blue 239

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

Shades of Blue Violet #A52CEF

Tints of Blue Violet #A52CEF

RGB

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

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

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

R = 36.83%
G = 9.82%
B = 53.35%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A52CEF (or 0xA52CEF) is known color: Blue Violet. HEX triplet: A5, 2C and EF. RGB value is (165,44,239). Sum of RGB (Red+Green+Blue) = 165+44+239=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #A52CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CEF is #5AD310. Grayscale: #656565. Windows color (decimal): -5952273 or 15674533. OLE color: 15674533.

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

Color convert

RGB 165 44 239 -
CMYK 0.31 0.82 0 0.06
HSL 277.23º 0.86% 0.55% -
HSV(B) 277.23º 0.82% 0.94% -
XYZ 32 16.03 83.07 -
YUV 102.41 205.09 172.64 -
System Red Green Blue C M Y K H S L
Decimal 165 44 239 0.31 0.82 0 0.06 277.23 0.86 0.55
Hex A5 2C EF 1F 52 0 6 115 56 37
Octal 245 54 357 37 122 0 6 425 126 67
Binary 10100101 101100 11101111 11111 1010010 0 110 100010101 1010110 110111

Color Harmonies of #A52CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CEF

Black with #A52CEF

Text Example


Text Example

White with #A52CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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