Html Css Color HEX #A549FF Blue Violet

📋 copy color: '#A549FF'

red 165 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #A549FF

Tints of Blue Violet #A549FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 33.47%
G = 14.81%
B = 51.72%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A549FF (or 0xA549FF) is known color: Blue Violet. HEX triplet: A5, 49 and FF. RGB value is (165,73,255). Sum of RGB (Red+Green+Blue) = 165+73+255=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #A549FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549FF is #5AB600. Grayscale: #787878. Windows color (decimal): -5944833 or 16730533. OLE color: 16730533.

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

Color convert

RGB 165 73 255 -
CMYK 0.35 0.71 0 0
HSL 270.33º 1% 0.64% -
HSV(B) 270.33º 0.71% 1% -
XYZ 35.95 19.98 96.57 -
YUV 121.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 165 73 255 0.35 0.71 0 0 270.33 1 0.64
Hex A5 49 FF 23 47 0 0 10E 64 40
Octal 245 111 377 43 107 0 0 416 144 100
Binary 10100101 1001001 11111111 100011 1000111 0 0 100001110 1100100 1000000

Color Harmonies of #A549FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549FF

Black with #A549FF

Text Example


Text Example

White with #A549FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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