Html Css Color HEX #A549FA Blue Violet

📋 copy color: '#A549FA'

red 165 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #A549FA

Tints of Blue Violet #A549FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.96%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 33.81%
G = 14.96%
B = 51.23%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A549FA (or 0xA549FA) is known color: Blue Violet. HEX triplet: A5, 49 and FA. RGB value is (165,73,250). Sum of RGB (Red+Green+Blue) = 165+73+250=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #A549FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549FA is #5AB605. Grayscale: #787878. Windows color (decimal): -5944838 or 16402853. OLE color: 16402853.

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

Color convert

RGB 165 73 250 -
CMYK 0.34 0.71 0 0.02
HSL 271.19º 0.95% 0.63% -
HSV(B) 271.19º 0.71% 0.98% -
XYZ 35.15 19.67 92.39 -
YUV 120.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 165 73 250 0.34 0.71 0 0.02 271.19 0.95 0.63
Hex A5 49 FA 22 47 0 2 10F 5F 3F
Octal 245 111 372 42 107 0 2 417 137 77
Binary 10100101 1001001 11111010 100010 1000111 0 10 100001111 1011111 111111

Color Harmonies of #A549FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549FA

Black with #A549FA

Text Example


Text Example

White with #A549FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549FA; }

 p { color: rgb(165,73,250); }

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

background-color css

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

 a { background-color: rgb(165,73,250); }

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

border-color css

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

 span { border-color: rgb(165,73,250); }

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