Html Css Color HEX #ABA4CE Wistful

📋 copy color: '#ABA4CE'

red 171 ◦ green 164 ◦ blue 206

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

Shades of Wistful #ABA4CE

Tints of Wistful #ABA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

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

R = 31.61%
G = 30.31%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA4CE (or 0xABA4CE) is known color: Wistful. HEX triplet: AB, A4 and CE. RGB value is (171,164,206). Sum of RGB (Red+Green+Blue) = 171+164+206=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CE is #545B31. Grayscale: #AAAAAA. Windows color (decimal): -5528370 or 13542571. OLE color: 13542571.

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

Color convert

RGB 171 164 206 -
CMYK 0.17 0.20 0 0.19
HSL 250º 0.3% 0.73% -
HSV(B) 250º 0.2% 0.81% -
XYZ 41.21 39.67 63.88 -
YUV 170.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 171 164 206 0.17 0.20 0 0.19 250 0.3 0.73
Hex AB A4 CE 11 14 0 13 FA 1E 49
Octal 253 244 316 21 24 0 23 372 36 111
Binary 10101011 10100100 11001110 10001 10100 0 10011 11111010 11110 1001001

Color Harmonies of #ABA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4CE

Black with #ABA4CE

Text Example


Text Example

White with #ABA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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