#A448A5

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

Shades of Violet Blue #A448A5

Tints of Violet Blue #A448A5

Color information

#A448A5 (or 0xA448A5) is unknown color: approx Violet Blue. HEX triplet: A4, 48 and A5. RGB value is (164,72,165). Sum of RGB (Red+Green+Blue) = 164+72+165=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #A448A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448A5 is #5BB75A. Grayscale: #6D6D6D. Windows color (decimal): -6010715 or 10832036. OLE color: 10832036.

HSL color Cylindrical-coordinate representation of color #A448A5: hue angle of 299.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A448A5 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16472165-
CMYK0.010.5600.35
HSL299.35º39.24%46.47%-
HSV(B)299.35º56.36%64.71%-
XYZ24.4215.2437.25-
YUV110.11158.98166.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=40.90%
G=17.96%
B=41.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164721650.010.5600.35299.3539.2446.47
HexA448A513802312b272e
Octal2441102451700434534756
Binary1010010010010001010010111110000100011100101011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448A5; }

 p { color: rgb(164,72,165); }

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

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

 a { background-color: rgb(164,72,165); }

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

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

 span { border-color: rgb(164,72,165); }

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