Html Css Color HEX #A047FA Blue Violet

📋 copy color: '#A047FA'

red 160 ◦ green 71 ◦ blue 250

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

Shades of Blue Violet #A047FA

Tints of Blue Violet #A047FA

RGB

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

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

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

R = 33.26%
G = 14.76%
B = 51.98%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A047FA (or 0xA047FA) is known color: Blue Violet. HEX triplet: A0, 47 and FA. RGB value is (160,71,250). Sum of RGB (Red+Green+Blue) = 160+71+250=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #A047FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FA is #5FB805. Grayscale: #757575. Windows color (decimal): -6273030 or 16402336. OLE color: 16402336.

HSL color Cylindrical-coordinate representation of color #A047FA: hue angle of 269.83º 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 #A047FA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 71 250 -
CMYK 0.36 0.72 0 0.02
HSL 269.83º 0.95% 0.63% -
HSV(B) 269.83º 0.72% 0.98% -
XYZ 34.01 18.88 92.29 -
YUV 118.02 202.49 157.95 -
System Red Green Blue C M Y K H S L
Decimal 160 71 250 0.36 0.72 0 0.02 269.83 0.95 0.63
Hex A0 47 FA 24 48 0 2 10E 5F 3F
Octal 240 107 372 44 110 0 2 416 137 77
Binary 10100000 1000111 11111010 100100 1001000 0 10 100001110 1011111 111111

Color Harmonies of #A047FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047FA

Black with #A047FA

Text Example


Text Example

White with #A047FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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