Html Css Color HEX #A522F9 Blue Violet

📋 copy color: '#A522F9'

red 165 ◦ green 34 ◦ blue 249

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

Shades of Blue Violet #A522F9

Tints of Blue Violet #A522F9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.59%

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

R = 36.83%
G = 7.59%
B = 55.58%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A522F9 (or 0xA522F9) is known color: Blue Violet. HEX triplet: A5, 22 and F9. RGB value is (165,34,249). Sum of RGB (Red+Green+Blue) = 165+34+249=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #A522F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A522F9 is #5ADD06. Grayscale: #606060. Windows color (decimal): -5954823 or 16327333. OLE color: 16327333.

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

Color convert

RGB 165 34 249 -
CMYK 0.34 0.86 0 0.02
HSL 276.56º 0.95% 0.55% -
HSV(B) 276.56º 0.86% 0.98% -
XYZ 33.19 15.98 90.96 -
YUV 97.68 213.4 176.02 -
System Red Green Blue C M Y K H S L
Decimal 165 34 249 0.34 0.86 0 0.02 276.56 0.95 0.55
Hex A5 22 F9 22 56 0 2 115 5F 37
Octal 245 42 371 42 126 0 2 425 137 67
Binary 10100101 100010 11111001 100010 1010110 0 10 100010101 1011111 110111

Color Harmonies of #A522F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522F9

Black with #A522F9

Text Example


Text Example

White with #A522F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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