Html Css Color HEX #A52CEA Blue Violet

📋 copy color: '#A52CEA'

red 165 ◦ green 44 ◦ blue 234

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

Shades of Blue Violet #A52CEA

Tints of Blue Violet #A52CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 37.25%
G = 9.93%
B = 52.82%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52CEA (or 0xA52CEA) is known color: Blue Violet. HEX triplet: A5, 2C and EA. RGB value is (165,44,234). Sum of RGB (Red+Green+Blue) = 165+44+234=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #A52CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CEA is #5AD315. Grayscale: #656565. Windows color (decimal): -5952278 or 15346853. OLE color: 15346853.

HSL color Cylindrical-coordinate representation of color #A52CEA: hue angle of 278.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52CEA is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 44 234 -
CMYK 0.29 0.81 0 0.08
HSL 278.21º 0.82% 0.55% -
HSV(B) 278.21º 0.81% 0.92% -
XYZ 31.27 15.74 79.23 -
YUV 101.84 202.59 173.05 -
System Red Green Blue C M Y K H S L
Decimal 165 44 234 0.29 0.81 0 0.08 278.21 0.82 0.55
Hex A5 2C EA 1D 51 0 8 116 52 37
Octal 245 54 352 35 121 0 10 426 122 67
Binary 10100101 101100 11101010 11101 1010001 0 1000 100010110 1010010 110111

Color Harmonies of #A52CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CEA

Black with #A52CEA

Text Example


Text Example

White with #A52CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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