Html Css Color HEX #ABA6E4 Wistful

📋 copy color: '#ABA6E4'

red 171 ◦ green 166 ◦ blue 228

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

Shades of Wistful #ABA6E4

Tints of Wistful #ABA6E4

RGB

 RED value IS 171 (67.19% from 255) = 30.27%

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 228 (89.45% from 255) = 40.35%

R = 30.27%
G = 29.38%
B = 40.35%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABA6E4 (or 0xABA6E4) is known color: Wistful. HEX triplet: AB, A6 and E4. RGB value is (171,166,228). Sum of RGB (Red+Green+Blue) = 171+166+228=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA6E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6E4 is #54591B. Grayscale: #AEAEAE. Windows color (decimal): -5527836 or 14984875. OLE color: 14984875.

HSL color Cylindrical-coordinate representation of color #ABA6E4: hue angle of 244.84º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA6E4 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 166 228 -
CMYK 0.25 0.27 0 0.11
HSL 244.84º 0.53% 0.77% -
HSV(B) 244.84º 0.27% 0.89% -
XYZ 44.43 41.53 79.07 -
YUV 174.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 171 166 228 0.25 0.27 0 0.11 244.84 0.53 0.77
Hex AB A6 E4 19 1B 0 B F5 35 4D
Octal 253 246 344 31 33 0 13 365 65 115
Binary 10101011 10100110 11100100 11001 11011 0 1011 11110101 110101 1001101

Color Harmonies of #ABA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6E4

Black with #ABA6E4

Text Example


Text Example

White with #ABA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6E4; }

 p { color: rgb(171,166,228); }

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

background-color css

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

 a { background-color: rgb(171,166,228); }

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

border-color css

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

 span { border-color: rgb(171,166,228); }

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