Html Css Color HEX #A749FA Blue Violet

📋 copy color: '#A749FA'

red 167 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #A749FA

Tints of Blue Violet #A749FA

RGB

 RED value IS 167 (65.63% from 255) = 34.08%

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

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 34.08%
G = 14.9%
B = 51.02%

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

#A749FA (or 0xA749FA) is known color: Blue Violet. HEX triplet: A7, 49 and FA. RGB value is (167,73,250). Sum of RGB (Red+Green+Blue) = 167+73+250=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #A749FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A749FA is #58B605. Grayscale: #787878. Windows color (decimal): -5813766 or 16402855. OLE color: 16402855.

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

Color convert

RGB 167 73 250 -
CMYK 0.33 0.71 0 0.02
HSL 271.86º 0.95% 0.63% -
HSV(B) 271.86º 0.71% 0.98% -
XYZ 35.57 19.88 92.41 -
YUV 121.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 167 73 250 0.33 0.71 0 0.02 271.86 0.95 0.63
Hex A7 49 FA 21 47 0 2 110 5F 3F
Octal 247 111 372 41 107 0 2 420 137 77
Binary 10100111 1001001 11111010 100001 1000111 0 10 100010000 1011111 111111

Color Harmonies of #A749FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749FA

Black with #A749FA

Text Example


Text Example

White with #A749FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749FA; }

 p { color: rgb(167,73,250); }

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

background-color css

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

 a { background-color: rgb(167,73,250); }

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

border-color css

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

 span { border-color: rgb(167,73,250); }

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