Html Css Color HEX #ABA3CE Wistful

📋 copy color: '#ABA3CE'

red 171 ◦ green 163 ◦ blue 206

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

Shades of Wistful #ABA3CE

Tints of Wistful #ABA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.19%

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

R = 31.67%
G = 30.19%
B = 38.15%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA3CE (or 0xABA3CE) is known color: Wistful. HEX triplet: AB, A3 and CE. RGB value is (171,163,206). Sum of RGB (Red+Green+Blue) = 171+163+206=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CE is #545C31. Grayscale: #AAAAAA. Windows color (decimal): -5528626 or 13542315. OLE color: 13542315.

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

Color convert

RGB 171 163 206 -
CMYK 0.17 0.21 0 0.19
HSL 251.16º 0.3% 0.72% -
HSV(B) 251.16º 0.21% 0.81% -
XYZ 41.03 39.31 63.82 -
YUV 170.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 171 163 206 0.17 0.21 0 0.19 251.16 0.3 0.72
Hex AB A3 CE 11 15 0 13 FB 1E 48
Octal 253 243 316 21 25 0 23 373 36 110
Binary 10101011 10100011 11001110 10001 10101 0 10011 11111011 11110 1001000

Color Harmonies of #ABA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3CE

Black with #ABA3CE

Text Example


Text Example

White with #ABA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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