Html Css Color HEX #A047FD Blue Violet

📋 copy color: '#A047FD'

red 160 ◦ green 71 ◦ blue 253

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

Shades of Blue Violet #A047FD

Tints of Blue Violet #A047FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 33.06%
G = 14.67%
B = 52.27%

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

#A047FD (or 0xA047FD) is known color: Blue Violet. HEX triplet: A0, 47 and FD. RGB value is (160,71,253). Sum of RGB (Red+Green+Blue) = 160+71+253=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #A047FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FD is #5FB802. Grayscale: #757575. Windows color (decimal): -6273027 or 16598944. OLE color: 16598944.

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

Color convert

RGB 160 71 253 -
CMYK 0.37 0.72 0 0.01
HSL 269.34º 0.98% 0.64% -
HSV(B) 269.34º 0.72% 0.99% -
XYZ 34.48 19.07 94.79 -
YUV 118.36 203.99 157.7 -
System Red Green Blue C M Y K H S L
Decimal 160 71 253 0.37 0.72 0 0.01 269.34 0.98 0.64
Hex A0 47 FD 25 48 0 1 10D 62 40
Octal 240 107 375 45 110 0 1 415 142 100
Binary 10100000 1000111 11111101 100101 1001000 0 1 100001101 1100010 1000000

Color Harmonies of #A047FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047FD

Black with #A047FD

Text Example


Text Example

White with #A047FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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