Html Css Color HEX #A047FB Blue Violet

📋 copy color: '#A047FB'

red 160 ◦ green 71 ◦ blue 251

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

Shades of Blue Violet #A047FB

Tints of Blue Violet #A047FB

RGB

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

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

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

R = 33.2%
G = 14.73%
B = 52.07%

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

#A047FB (or 0xA047FB) is known color: Blue Violet. HEX triplet: A0, 47 and FB. RGB value is (160,71,251). Sum of RGB (Red+Green+Blue) = 160+71+251=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A047FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FB is #5FB804. Grayscale: #757575. Windows color (decimal): -6273029 or 16467872. OLE color: 16467872.

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

Color convert

RGB 160 71 251 -
CMYK 0.36 0.72 0 0.02
HSL 269.67º 0.96% 0.63% -
HSV(B) 269.67º 0.72% 0.98% -
XYZ 34.16 18.95 93.12 -
YUV 118.13 202.99 157.86 -
System Red Green Blue C M Y K H S L
Decimal 160 71 251 0.36 0.72 0 0.02 269.67 0.96 0.63
Hex A0 47 FB 24 48 0 2 10E 60 3F
Octal 240 107 373 44 110 0 2 416 140 77
Binary 10100000 1000111 11111011 100100 1001000 0 10 100001110 1100000 111111

Color Harmonies of #A047FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047FB

Black with #A047FB

Text Example


Text Example

White with #A047FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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