#ABA7E1

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

Shades of Wistful #ABA7E1

Tints of Wistful #ABA7E1

Color information

#ABA7E1 (or 0xABA7E1) is unknown color: approx Wistful. HEX triplet: AB, A7 and E1. RGB value is (171,167,225). Sum of RGB (Red+Green+Blue) = 171+167+225=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABA7E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7E1 is #54581E. Grayscale: #AEAEAE. Windows color (decimal): -5527583 or 14788523. OLE color: 14788523.

HSL color Cylindrical-coordinate representation of color #ABA7E1: hue angle of 244.14º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA7E1 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171167225-
CMYK0.240.2600.12
HSL244.14º49.15%76.86%-
HSV(B)244.14º25.78%88.24%-
XYZ44.241.7376.96-
YUV174.81156.33125.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=30.37%
G=29.66%
B=39.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711672250.240.2600.12244.1449.1576.86
HexABA7E1181A0Cf4314d
Octal253247341303201436461115
Binary101010111010011111100001110001101001100111101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7E1; }

 p { color: rgb(171,167,225); }

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

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

 a { background-color: rgb(171,167,225); }

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

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

 span { border-color: rgb(171,167,225); }

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