Html Css Color HEX #A52EEF Blue Violet

📋 copy color: '#A52EEF'

red 165 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #A52EEF

Tints of Blue Violet #A52EEF

RGB

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

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

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

R = 36.67%
G = 10.22%
B = 53.11%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A52EEF (or 0xA52EEF) is known color: Blue Violet. HEX triplet: A5, 2E and EF. RGB value is (165,46,239). Sum of RGB (Red+Green+Blue) = 165+46+239=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #A52EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EEF is #5AD110. Grayscale: #666666. Windows color (decimal): -5951761 or 15675045. OLE color: 15675045.

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

Color convert

RGB 165 46 239 -
CMYK 0.31 0.81 0 0.06
HSL 276.99º 0.86% 0.56% -
HSV(B) 276.99º 0.81% 0.94% -
XYZ 32.07 16.19 83.09 -
YUV 103.58 204.42 171.81 -
System Red Green Blue C M Y K H S L
Decimal 165 46 239 0.31 0.81 0 0.06 276.99 0.86 0.56
Hex A5 2E EF 1F 51 0 6 115 56 38
Octal 245 56 357 37 121 0 6 425 126 70
Binary 10100101 101110 11101111 11111 1010001 0 110 100010101 1010110 111000

Color Harmonies of #A52EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EEF

Black with #A52EEF

Text Example


Text Example

White with #A52EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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