Html Css Color HEX #ABA1CE Wistful

📋 copy color: '#ABA1CE'

red 171 ◦ green 161 ◦ blue 206

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

Shades of Wistful #ABA1CE

Tints of Wistful #ABA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

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

R = 31.78%
G = 29.93%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA1CE (or 0xABA1CE) is known color: Wistful. HEX triplet: AB, A1 and CE. RGB value is (171,161,206). Sum of RGB (Red+Green+Blue) = 171+161+206=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1CE is #545E31. Grayscale: #A8A8A8. Windows color (decimal): -5529138 or 13541803. OLE color: 13541803.

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

Color convert

RGB 171 161 206 -
CMYK 0.17 0.22 0 0.19
HSL 253.33º 0.31% 0.72% -
HSV(B) 253.33º 0.22% 0.81% -
XYZ 40.68 38.6 63.7 -
YUV 169.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 171 161 206 0.17 0.22 0 0.19 253.33 0.31 0.72
Hex AB A1 CE 11 16 0 13 FD 1F 48
Octal 253 241 316 21 26 0 23 375 37 110
Binary 10101011 10100001 11001110 10001 10110 0 10011 11111101 11111 1001000

Color Harmonies of #ABA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1CE

Black with #ABA1CE

Text Example


Text Example

White with #ABA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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