Html Css Color HEX #ABA8C4 Wistful

📋 copy color: '#ABA8C4'

red 171 ◦ green 168 ◦ blue 196

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

Shades of Wistful #ABA8C4

Tints of Wistful #ABA8C4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 31.96%
G = 31.4%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ABA8C4 (or 0xABA8C4) is known color: Wistful. HEX triplet: AB, A8 and C4. RGB value is (171,168,196). Sum of RGB (Red+Green+Blue) = 171+168+196=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABA8C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8C4 is #54573B. Grayscale: #ABABAB. Windows color (decimal): -5527356 or 12888235. OLE color: 12888235.

HSL color Cylindrical-coordinate representation of color #ABA8C4: hue angle of 246.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA8C4 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 168 196 -
CMYK 0.13 0.14 0 0.23
HSL 246.43º 0.19% 0.71% -
HSV(B) 246.43º 0.14% 0.77% -
XYZ 40.76 40.65 57.92 -
YUV 172.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 171 168 196 0.13 0.14 0 0.23 246.43 0.19 0.71
Hex AB A8 C4 D E 0 17 F6 13 47
Octal 253 250 304 15 16 0 27 366 23 107
Binary 10101011 10101000 11000100 1101 1110 0 10111 11110110 10011 1000111

Color Harmonies of #ABA8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8C4

Black with #ABA8C4

Text Example


Text Example

White with #ABA8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8C4; }

 p { color: rgb(171,168,196); }

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

background-color css

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

 a { background-color: rgb(171,168,196); }

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

border-color css

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

 span { border-color: rgb(171,168,196); }

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