Html Css Color HEX #A047EE Blue Violet

📋 copy color: '#A047EE'

red 160 ◦ green 71 ◦ blue 238

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

Shades of Blue Violet #A047EE

Tints of Blue Violet #A047EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 34.12%
G = 15.14%
B = 50.75%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A047EE (or 0xA047EE) is known color: Blue Violet. HEX triplet: A0, 47 and EE. RGB value is (160,71,238). Sum of RGB (Red+Green+Blue) = 160+71+238=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A047EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047EE is #5FB811. Grayscale: #747474. Windows color (decimal): -6273042 or 15615904. OLE color: 15615904.

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

Color convert

RGB 160 71 238 -
CMYK 0.33 0.70 0 0.07
HSL 271.98º 0.83% 0.61% -
HSV(B) 271.98º 0.7% 0.93% -
XYZ 32.18 18.15 82.7 -
YUV 116.65 196.49 158.92 -
System Red Green Blue C M Y K H S L
Decimal 160 71 238 0.33 0.70 0 0.07 271.98 0.83 0.61
Hex A0 47 EE 21 46 0 7 110 53 3D
Octal 240 107 356 41 106 0 7 420 123 75
Binary 10100000 1000111 11101110 100001 1000110 0 111 100010000 1010011 111101

Color Harmonies of #A047EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047EE

Black with #A047EE

Text Example


Text Example

White with #A047EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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