Html Css Color HEX #A047ED Blue Violet

📋 copy color: '#A047ED'

red 160 ◦ green 71 ◦ blue 237

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

Shades of Blue Violet #A047ED

Tints of Blue Violet #A047ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 34.19%
G = 15.17%
B = 50.64%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A047ED (or 0xA047ED) is known color: Blue Violet. HEX triplet: A0, 47 and ED. RGB value is (160,71,237). Sum of RGB (Red+Green+Blue) = 160+71+237=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A047ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047ED is #5FB812. Grayscale: #737373. Windows color (decimal): -6273043 or 15550368. OLE color: 15550368.

HSL color Cylindrical-coordinate representation of color #A047ED: hue angle of 272.17º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A047ED is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 71 237 -
CMYK 0.32 0.70 0 0.07
HSL 272.17º 0.82% 0.6% -
HSV(B) 272.17º 0.7% 0.93% -
XYZ 32.04 18.09 81.92 -
YUV 116.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 160 71 237 0.32 0.70 0 0.07 272.17 0.82 0.6
Hex A0 47 ED 20 46 0 7 110 52 3C
Octal 240 107 355 40 106 0 7 420 122 74
Binary 10100000 1000111 11101101 100000 1000110 0 111 100010000 1010010 111100

Color Harmonies of #A047ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047ED

Black with #A047ED

Text Example


Text Example

White with #A047ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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