Html Css Color HEX #A049FD Blue Violet

📋 copy color: '#A049FD'

red 160 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #A049FD

Tints of Blue Violet #A049FD

RGB

 RED value IS 160 (62.89% from 255) = 32.92%

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 32.92%
G = 15.02%
B = 52.06%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A049FD (or 0xA049FD) is known color: Blue Violet. HEX triplet: A0, 49 and FD. RGB value is (160,73,253). Sum of RGB (Red+Green+Blue) = 160+73+253=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #A049FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049FD is #5FB602. Grayscale: #767676. Windows color (decimal): -6272515 or 16599456. OLE color: 16599456.

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

Color convert

RGB 160 73 253 -
CMYK 0.37 0.71 0 0.01
HSL 269º 0.98% 0.64% -
HSV(B) 269º 0.71% 0.99% -
XYZ 34.61 19.33 94.84 -
YUV 119.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 160 73 253 0.37 0.71 0 0.01 269 0.98 0.64
Hex A0 49 FD 25 47 0 1 10D 62 40
Octal 240 111 375 45 107 0 1 415 142 100
Binary 10100000 1001001 11111101 100101 1000111 0 1 100001101 1100010 1000000

Color Harmonies of #A049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049FD

Black with #A049FD

Text Example


Text Example

White with #A049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049FD; }

 p { color: rgb(160,73,253); }

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

background-color css

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

 a { background-color: rgb(160,73,253); }

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

border-color css

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

 span { border-color: rgb(160,73,253); }

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