#A447ED

Color #A447ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A447ED

Tints of Blue Violet #A447ED

Color information

#A447ED (or 0xA447ED) is unknown color: approx Blue Violet. HEX triplet: A4, 47 and ED. RGB value is (164,71,237). Sum of RGB (Red+Green+Blue) = 164+71+237=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #A447ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A447ED is #5BB812. Grayscale: #757575. Windows color (decimal): -6010899 or 15550372. OLE color: 15550372.

HSL color Cylindrical-coordinate representation of color #A447ED: hue angle of 273.61º 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 #A447ED is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16471237-
CMYK0.310.7000.07
HSL273.61º82.18%60.39%-
HSV(B)273.61º70.04%92.94%-
XYZ32.8518.5181.96-
YUV117.73195.31161-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 71 (28.12% from 255) = 15.04%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=34.75%
G=15.04%
B=50.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164712370.310.7000.07273.6182.1860.39
HexA447ED1F4607112523c
Octal244107355371060742212274
Binary1010010010001111110110111111100011001111000100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A447ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A447ED; }

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

 H1.HeaderClassName
 {
   color: #A447ED;
 }
 .AnyTagClassName
 {
   color: #A447ED;
 }
</style>
background-color css

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

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

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

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

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

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