Html Css Color HEX #ABA6CE Wistful

📋 copy color: '#ABA6CE'

red 171 ◦ green 166 ◦ blue 206

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

Shades of Wistful #ABA6CE

Tints of Wistful #ABA6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 31.49%
G = 30.57%
B = 37.94%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA6CE (or 0xABA6CE) is known color: Wistful. HEX triplet: AB, A6 and CE. RGB value is (171,166,206). Sum of RGB (Red+Green+Blue) = 171+166+206=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6CE is #545931. Grayscale: #ABABAB. Windows color (decimal): -5527858 or 13543083. OLE color: 13543083.

HSL color Cylindrical-coordinate representation of color #ABA6CE: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA6CE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 166 206 -
CMYK 0.17 0.19 0 0.19
HSL 247.5º 0.29% 0.73% -
HSV(B) 247.5º 0.19% 0.81% -
XYZ 41.57 40.39 64 -
YUV 172.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 171 166 206 0.17 0.19 0 0.19 247.5 0.29 0.73
Hex AB A6 CE 11 13 0 13 F8 1D 49
Octal 253 246 316 21 23 0 23 370 35 111
Binary 10101011 10100110 11001110 10001 10011 0 10011 11111000 11101 1001001

Color Harmonies of #ABA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6CE

Black with #ABA6CE

Text Example


Text Example

White with #ABA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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