Html Css Color HEX #ABA2D1 Wistful

📋 copy color: '#ABA2D1'

red 171 ◦ green 162 ◦ blue 209

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

Shades of Wistful #ABA2D1

Tints of Wistful #ABA2D1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.89%

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

R = 31.55%
G = 29.89%
B = 38.56%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA2D1 (or 0xABA2D1) is known color: Wistful. HEX triplet: AB, A2 and D1. RGB value is (171,162,209). Sum of RGB (Red+Green+Blue) = 171+162+209=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2D1 is #545D2E. Grayscale: #A9A9A9. Windows color (decimal): -5528879 or 13738667. OLE color: 13738667.

HSL color Cylindrical-coordinate representation of color #ABA2D1: hue angle of 251.49º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA2D1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 162 209 -
CMYK 0.18 0.22 0 0.18
HSL 251.49º 0.34% 0.73% -
HSV(B) 251.49º 0.22% 0.82% -
XYZ 41.22 39.1 65.7 -
YUV 170.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 171 162 209 0.18 0.22 0 0.18 251.49 0.34 0.73
Hex AB A2 D1 12 16 0 12 FB 22 49
Octal 253 242 321 22 26 0 22 373 42 111
Binary 10101011 10100010 11010001 10010 10110 0 10010 11111011 100010 1001001

Color Harmonies of #ABA2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2D1

Black with #ABA2D1

Text Example


Text Example

White with #ABA2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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