Html Css Color HEX #ABA2CE Wistful

📋 copy color: '#ABA2CE'

red 171 ◦ green 162 ◦ blue 206

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

Shades of Wistful #ABA2CE

Tints of Wistful #ABA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.06%

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

R = 31.73%
G = 30.06%
B = 38.22%

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

#ABA2CE (or 0xABA2CE) is known color: Wistful. HEX triplet: AB, A2 and CE. RGB value is (171,162,206). Sum of RGB (Red+Green+Blue) = 171+162+206=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CE is #545D31. Grayscale: #A9A9A9. Windows color (decimal): -5528882 or 13542059. OLE color: 13542059.

HSL color Cylindrical-coordinate representation of color #ABA2CE: hue angle of 252.27º degrees, saturation: 0.31, 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 #ABA2CE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 162 206 -
CMYK 0.17 0.21 0 0.19
HSL 252.27º 0.31% 0.72% -
HSV(B) 252.27º 0.21% 0.81% -
XYZ 40.86 38.95 63.76 -
YUV 169.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 171 162 206 0.17 0.21 0 0.19 252.27 0.31 0.72
Hex AB A2 CE 11 15 0 13 FC 1F 48
Octal 253 242 316 21 25 0 23 374 37 110
Binary 10101011 10100010 11001110 10001 10101 0 10011 11111100 11111 1001000

Color Harmonies of #ABA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2CE

Black with #ABA2CE

Text Example


Text Example

White with #ABA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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