Html Css Color HEX #A947FA Blue Violet

📋 copy color: '#A947FA'

red 169 ◦ green 71 ◦ blue 250

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

Shades of Blue Violet #A947FA

Tints of Blue Violet #A947FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

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

R = 34.49%
G = 14.49%
B = 51.02%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A947FA (or 0xA947FA) is known color: Blue Violet. HEX triplet: A9, 47 and FA. RGB value is (169,71,250). Sum of RGB (Red+Green+Blue) = 169+71+250=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 71 (28.12% from 255 or 14.49% 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 #A947FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A947FA is #56B805. Grayscale: #787878. Windows color (decimal): -5683206 or 16402345. OLE color: 16402345.

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

Color convert

RGB 169 71 250 -
CMYK 0.32 0.72 0 0.02
HSL 272.85º 0.95% 0.63% -
HSV(B) 272.85º 0.72% 0.98% -
XYZ 35.87 19.84 92.38 -
YUV 120.71 200.97 162.45 -
System Red Green Blue C M Y K H S L
Decimal 169 71 250 0.32 0.72 0 0.02 272.85 0.95 0.63
Hex A9 47 FA 20 48 0 2 111 5F 3F
Octal 251 107 372 40 110 0 2 421 137 77
Binary 10101001 1000111 11111010 100000 1001000 0 10 100010001 1011111 111111

Color Harmonies of #A947FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A947FA

Black with #A947FA

Text Example


Text Example

White with #A947FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A947FA; }

 p { color: rgb(169,71,250); }

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

background-color css

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

 a { background-color: rgb(169,71,250); }

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

border-color css

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

 span { border-color: rgb(169,71,250); }

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