Html Css Color HEX #ABA5C3 Wistful

📋 copy color: '#ABA5C3'

red 171 ◦ green 165 ◦ blue 195

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

Shades of Wistful #ABA5C3

Tints of Wistful #ABA5C3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 32.2%
G = 31.07%
B = 36.72%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABA5C3 (or 0xABA5C3) is known color: Wistful. HEX triplet: AB, A5 and C3. RGB value is (171,165,195). Sum of RGB (Red+Green+Blue) = 171+165+195=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5C3 is #545A3C. Grayscale: #AAAAAA. Windows color (decimal): -5528125 or 12821931. OLE color: 12821931.

HSL color Cylindrical-coordinate representation of color #ABA5C3: hue angle of 252º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA5C3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 165 195 -
CMYK 0.12 0.15 0 0.24
HSL 252º 0.2% 0.71% -
HSV(B) 252º 0.15% 0.76% -
XYZ 40.1 39.51 57.14 -
YUV 170.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 171 165 195 0.12 0.15 0 0.24 252 0.2 0.71
Hex AB A5 C3 C F 0 18 FC 14 47
Octal 253 245 303 14 17 0 30 374 24 107
Binary 10101011 10100101 11000011 1100 1111 0 11000 11111100 10100 1000111

Color Harmonies of #ABA5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5C3

Black with #ABA5C3

Text Example


Text Example

White with #ABA5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5C3; }

 p { color: rgb(171,165,195); }

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

background-color css

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

 a { background-color: rgb(171,165,195); }

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

border-color css

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

 span { border-color: rgb(171,165,195); }

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