Html Css Color HEX #A52DEF Blue Violet

📋 copy color: '#A52DEF'

red 165 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #A52DEF

Tints of Blue Violet #A52DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.02%

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

R = 36.75%
G = 10.02%
B = 53.23%

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

#A52DEF (or 0xA52DEF) is known color: Blue Violet. HEX triplet: A5, 2D and EF. RGB value is (165,45,239). Sum of RGB (Red+Green+Blue) = 165+45+239=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #A52DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DEF is #5AD210. Grayscale: #666666. Windows color (decimal): -5952017 or 15674789. OLE color: 15674789.

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

Color convert

RGB 165 45 239 -
CMYK 0.31 0.81 0 0.06
HSL 277.11º 0.86% 0.56% -
HSV(B) 277.11º 0.81% 0.94% -
XYZ 32.04 16.11 83.08 -
YUV 103 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 165 45 239 0.31 0.81 0 0.06 277.11 0.86 0.56
Hex A5 2D EF 1F 51 0 6 115 56 38
Octal 245 55 357 37 121 0 6 425 126 70
Binary 10100101 101101 11101111 11111 1010001 0 110 100010101 1010110 111000

Color Harmonies of #A52DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DEF

Black with #A52DEF

Text Example


Text Example

White with #A52DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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