Html Css Color HEX #A549FE Blue Violet

📋 copy color: '#A549FE'

red 165 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A549FE

Tints of Blue Violet #A549FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 33.54%
G = 14.84%
B = 51.63%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A549FE (or 0xA549FE) is known color: Blue Violet. HEX triplet: A5, 49 and FE. RGB value is (165,73,254). Sum of RGB (Red+Green+Blue) = 165+73+254=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #A549FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549FE is #5AB601. Grayscale: #787878. Windows color (decimal): -5944834 or 16664997. OLE color: 16664997.

HSL color Cylindrical-coordinate representation of color #A549FE: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A549FE is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 73 254 -
CMYK 0.35 0.71 0 0.00
HSL 270.5º 0.99% 0.64% -
HSV(B) 270.5º 0.71% 1% -
XYZ 35.79 19.92 95.72 -
YUV 121.14 202.98 159.28 -
System Red Green Blue C M Y K H S L
Decimal 165 73 254 0.35 0.71 0 0.00 270.5 0.99 0.64
Hex A5 49 FE 23 47 0 0 10E 63 40
Octal 245 111 376 43 107 0 0 416 143 100
Binary 10100101 1001001 11111110 100011 1000111 0 0 100001110 1100011 1000000

Color Harmonies of #A549FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549FE

Black with #A549FE

Text Example


Text Example

White with #A549FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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