Html Css Color HEX #A52EEA Blue Violet

📋 copy color: '#A52EEA'

red 165 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #A52EEA

Tints of Blue Violet #A52EEA

RGB

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

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

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

R = 37.08%
G = 10.34%
B = 52.58%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52EEA (or 0xA52EEA) is known color: Blue Violet. HEX triplet: A5, 2E and EA. RGB value is (165,46,234). Sum of RGB (Red+Green+Blue) = 165+46+234=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #A52EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EEA is #5AD115. Grayscale: #666666. Windows color (decimal): -5951766 or 15347365. OLE color: 15347365.

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

Color convert

RGB 165 46 234 -
CMYK 0.29 0.80 0 0.08
HSL 277.98º 0.82% 0.55% -
HSV(B) 277.98º 0.8% 0.92% -
XYZ 31.35 15.89 79.26 -
YUV 103.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 165 46 234 0.29 0.80 0 0.08 277.98 0.82 0.55
Hex A5 2E EA 1D 50 0 8 116 52 37
Octal 245 56 352 35 120 0 10 426 122 67
Binary 10100101 101110 11101010 11101 1010000 0 1000 100010110 1010010 110111

Color Harmonies of #A52EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EEA

Black with #A52EEA

Text Example


Text Example

White with #A52EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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