Html Css Color HEX #A52AF9 Blue Violet

📋 copy color: '#A52AF9'

red 165 ◦ green 42 ◦ blue 249

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

Shades of Blue Violet #A52AF9

Tints of Blue Violet #A52AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.21%

 BLUE value IS 249 (97.66% from 255) = 54.61%

R = 36.18%
G = 9.21%
B = 54.61%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A52AF9 (or 0xA52AF9) is known color: Blue Violet. HEX triplet: A5, 2A and F9. RGB value is (165,42,249). Sum of RGB (Red+Green+Blue) = 165+42+249=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #A52AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52AF9 is #5AD506. Grayscale: #656565. Windows color (decimal): -5952775 or 16329381. OLE color: 16329381.

HSL color Cylindrical-coordinate representation of color #A52AF9: hue angle of 275.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A52AF9 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 42 249 -
CMYK 0.34 0.83 0 0.02
HSL 275.65º 0.95% 0.57% -
HSV(B) 275.65º 0.83% 0.98% -
XYZ 33.44 16.49 91.04 -
YUV 102.38 210.75 172.67 -
System Red Green Blue C M Y K H S L
Decimal 165 42 249 0.34 0.83 0 0.02 275.65 0.95 0.57
Hex A5 2A F9 22 53 0 2 114 5F 39
Octal 245 52 371 42 123 0 2 424 137 71
Binary 10100101 101010 11111001 100010 1010011 0 10 100010100 1011111 111001

Color Harmonies of #A52AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AF9

Black with #A52AF9

Text Example


Text Example

White with #A52AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AF9; }

 p { color: rgb(165,42,249); }

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

background-color css

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

 a { background-color: rgb(165,42,249); }

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

border-color css

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

 span { border-color: rgb(165,42,249); }

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