Html Css Color HEX #A047FC Blue Violet

📋 copy color: '#A047FC'

red 160 ◦ green 71 ◦ blue 252

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

Shades of Blue Violet #A047FC

Tints of Blue Violet #A047FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 33.13%
G = 14.7%
B = 52.17%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A047FC (or 0xA047FC) is known color: Blue Violet. HEX triplet: A0, 47 and FC. RGB value is (160,71,252). Sum of RGB (Red+Green+Blue) = 160+71+252=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #A047FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FC is #5FB803. Grayscale: #757575. Windows color (decimal): -6273028 or 16533408. OLE color: 16533408.

HSL color Cylindrical-coordinate representation of color #A047FC: hue angle of 269.5º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A047FC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 71 252 -
CMYK 0.37 0.72 0 0.01
HSL 269.5º 0.97% 0.63% -
HSV(B) 269.5º 0.72% 0.99% -
XYZ 34.32 19.01 93.96 -
YUV 118.25 203.49 157.78 -
System Red Green Blue C M Y K H S L
Decimal 160 71 252 0.37 0.72 0 0.01 269.5 0.97 0.63
Hex A0 47 FC 25 48 0 1 10E 61 3F
Octal 240 107 374 45 110 0 1 416 141 77
Binary 10100000 1000111 11111100 100101 1001000 0 1 100001110 1100001 111111

Color Harmonies of #A047FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047FC

Black with #A047FC

Text Example


Text Example

White with #A047FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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