Html Css Color HEX #A949FF Blue Violet

📋 copy color: '#A949FF'

red 169 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #A949FF

Tints of Blue Violet #A949FF

RGB

 RED value IS 169 (66.41% from 255) = 34%

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

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

R = 34%
G = 14.69%
B = 51.31%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A949FF (or 0xA949FF) is known color: Blue Violet. HEX triplet: A9, 49 and FF. RGB value is (169,73,255). Sum of RGB (Red+Green+Blue) = 169+73+255=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A949FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949FF is #56B600. Grayscale: #797979. Windows color (decimal): -5682689 or 16730537. OLE color: 16730537.

HSL color Cylindrical-coordinate representation of color #A949FF: hue angle of 271.65º 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 #A949FF is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 73 255 -
CMYK 0.34 0.71 0 0
HSL 271.65º 1% 0.64% -
HSV(B) 271.65º 0.71% 1% -
XYZ 36.79 20.42 96.61 -
YUV 122.45 202.8 161.2 -
System Red Green Blue C M Y K H S L
Decimal 169 73 255 0.34 0.71 0 0 271.65 1 0.64
Hex A9 49 FF 22 47 0 0 110 64 40
Octal 251 111 377 42 107 0 0 420 144 100
Binary 10101001 1001001 11111111 100010 1000111 0 0 100010000 1100100 1000000

Color Harmonies of #A949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949FF

Black with #A949FF

Text Example


Text Example

White with #A949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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