Html Css Color HEX #ABA7D1 Wistful

📋 copy color: '#ABA7D1'

red 171 ◦ green 167 ◦ blue 209

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

Shades of Wistful #ABA7D1

Tints of Wistful #ABA7D1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.53%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 31.26%
G = 30.53%
B = 38.21%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA7D1 (or 0xABA7D1) is known color: Wistful. HEX triplet: AB, A7 and D1. RGB value is (171,167,209). Sum of RGB (Red+Green+Blue) = 171+167+209=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7D1 is #54582E. Grayscale: #ACACAC. Windows color (decimal): -5527599 or 13739947. OLE color: 13739947.

HSL color Cylindrical-coordinate representation of color #ABA7D1: hue angle of 245.71º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA7D1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 167 209 -
CMYK 0.18 0.20 0 0.18
HSL 245.71º 0.31% 0.74% -
HSV(B) 245.71º 0.2% 0.82% -
XYZ 42.12 40.9 66 -
YUV 172.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 171 167 209 0.18 0.20 0 0.18 245.71 0.31 0.74
Hex AB A7 D1 12 14 0 12 F6 1F 4A
Octal 253 247 321 22 24 0 22 366 37 112
Binary 10101011 10100111 11010001 10010 10100 0 10010 11110110 11111 1001010

Color Harmonies of #ABA7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7D1

Black with #ABA7D1

Text Example


Text Example

White with #ABA7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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