Html Css Color HEX #A549F0 Blue Violet

📋 copy color: '#A549F0'

red 165 ◦ green 73 ◦ blue 240

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

Shades of Blue Violet #A549F0

Tints of Blue Violet #A549F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 34.52%
G = 15.27%
B = 50.21%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A549F0 (or 0xA549F0) is known color: Blue Violet. HEX triplet: A5, 49 and F0. RGB value is (165,73,240). Sum of RGB (Red+Green+Blue) = 165+73+240=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #A549F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549F0 is #5AB60F. Grayscale: #767676. Windows color (decimal): -5944848 or 15747493. OLE color: 15747493.

HSL color Cylindrical-coordinate representation of color #A549F0: hue angle of 273.05º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A549F0 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 73 240 -
CMYK 0.31 0.70 0 0.06
HSL 273.05º 0.85% 0.61% -
HSV(B) 273.05º 0.7% 0.94% -
XYZ 33.63 19.06 84.34 -
YUV 119.55 195.98 160.42 -
System Red Green Blue C M Y K H S L
Decimal 165 73 240 0.31 0.70 0 0.06 273.05 0.85 0.61
Hex A5 49 F0 1F 46 0 6 111 55 3D
Octal 245 111 360 37 106 0 6 421 125 75
Binary 10100101 1001001 11110000 11111 1000110 0 110 100010001 1010101 111101

Color Harmonies of #A549F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549F0

Black with #A549F0

Text Example


Text Example

White with #A549F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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