Html Css Color HEX #ABA6C1 Wistful

📋 copy color: '#ABA6C1'

red 171 ◦ green 166 ◦ blue 193

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

Shades of Wistful #ABA6C1

Tints of Wistful #ABA6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 32.26%
G = 31.32%
B = 36.42%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABA6C1 (or 0xABA6C1) is known color: Wistful. HEX triplet: AB, A6 and C1. RGB value is (171,166,193). Sum of RGB (Red+Green+Blue) = 171+166+193=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABA6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6C1 is #54593E. Grayscale: #AAAAAA. Windows color (decimal): -5527871 or 12691115. OLE color: 12691115.

HSL color Cylindrical-coordinate representation of color #ABA6C1: hue angle of 251.11º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA6C1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 166 193 -
CMYK 0.11 0.14 0 0.24
HSL 251.11º 0.18% 0.7% -
HSV(B) 251.11º 0.14% 0.76% -
XYZ 40.06 39.78 56.02 -
YUV 170.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 171 166 193 0.11 0.14 0 0.24 251.11 0.18 0.7
Hex AB A6 C1 B E 0 18 FB 12 46
Octal 253 246 301 13 16 0 30 373 22 106
Binary 10101011 10100110 11000001 1011 1110 0 11000 11111011 10010 1000110

Color Harmonies of #ABA6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6C1

Black with #ABA6C1

Text Example


Text Example

White with #ABA6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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