#A27BA4

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

Shades of Violet Blue #A27BA4

Tints of Violet Blue #A27BA4

Color information

#A27BA4 (or 0xA27BA4) is unknown color: approx Violet Blue. HEX triplet: A2, 7B and A4. RGB value is (162,123,164). Sum of RGB (Red+Green+Blue) = 162+123+164=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: blue. Hex color #A27BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BA4 is #5D845B. Grayscale: #8B8B8B. Windows color (decimal): -6128732 or 10779554. OLE color: 10779554.

HSL color Cylindrical-coordinate representation of color #A27BA4: hue angle of 297.07º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27BA4 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162123164-
CMYK0.010.2500.36
HSL297.07º18.39%56.27%-
HSV(B)297.07º25%64.31%-
XYZ28.6824.5338.34-
YUV139.33141.92144.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=36.08%
G=27.39%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621231640.010.2500.36297.0718.3956.27
HexA27BA41190241291238
Octal2421732441310444512270
Binary10100010111101110100100111001010010010010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BA4; }

 p { color: rgb(162,123,164); }

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

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

 a { background-color: rgb(162,123,164); }

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

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

 span { border-color: rgb(162,123,164); }

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