Html Css Color HEX #A949FB Blue Violet

📋 copy color: '#A949FB'

red 169 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #A949FB

Tints of Blue Violet #A949FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 34.28%
G = 14.81%
B = 50.91%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A949FB (or 0xA949FB) is known color: Blue Violet. HEX triplet: A9, 49 and FB. RGB value is (169,73,251). Sum of RGB (Red+Green+Blue) = 169+73+251=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A949FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949FB is #56B604. Grayscale: #797979. Windows color (decimal): -5682693 or 16468393. OLE color: 16468393.

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

Color convert

RGB 169 73 251 -
CMYK 0.33 0.71 0 0.02
HSL 272.36º 0.96% 0.64% -
HSV(B) 272.36º 0.71% 0.98% -
XYZ 36.16 20.17 93.25 -
YUV 122 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 169 73 251 0.33 0.71 0 0.02 272.36 0.96 0.64
Hex A9 49 FB 21 47 0 2 110 60 40
Octal 251 111 373 41 107 0 2 420 140 100
Binary 10101001 1001001 11111011 100001 1000111 0 10 100010000 1100000 1000000

Color Harmonies of #A949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949FB

Black with #A949FB

Text Example


Text Example

White with #A949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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