Html Css Color HEX #ABA5C6 Wistful

📋 copy color: '#ABA5C6'

red 171 ◦ green 165 ◦ blue 198

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

Shades of Wistful #ABA5C6

Tints of Wistful #ABA5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 32.02%
G = 30.9%
B = 37.08%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ABA5C6 (or 0xABA5C6) is known color: Wistful. HEX triplet: AB, A5 and C6. RGB value is (171,165,198). Sum of RGB (Red+Green+Blue) = 171+165+198=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABA5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5C6 is #545A39. Grayscale: #AAAAAA. Windows color (decimal): -5528122 or 13018539. OLE color: 13018539.

HSL color Cylindrical-coordinate representation of color #ABA5C6: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA5C6 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 165 198 -
CMYK 0.14 0.17 0 0.22
HSL 250.91º 0.22% 0.71% -
HSV(B) 250.91º 0.17% 0.78% -
XYZ 40.44 39.65 58.95 -
YUV 170.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 171 165 198 0.14 0.17 0 0.22 250.91 0.22 0.71
Hex AB A5 C6 E 11 0 16 FB 16 47
Octal 253 245 306 16 21 0 26 373 26 107
Binary 10101011 10100101 11000110 1110 10001 0 10110 11111011 10110 1000111

Color Harmonies of #ABA5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5C6

Black with #ABA5C6

Text Example


Text Example

White with #ABA5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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