Html Css Color HEX #ABA5C9 Wistful

📋 copy color: '#ABA5C9'

red 171 ◦ green 165 ◦ blue 201

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

Shades of Wistful #ABA5C9

Tints of Wistful #ABA5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 31.84%
G = 30.73%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA5C9 (or 0xABA5C9) is known color: Wistful. HEX triplet: AB, A5 and C9. RGB value is (171,165,201). Sum of RGB (Red+Green+Blue) = 171+165+201=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5C9 is #545A36. Grayscale: #AAAAAA. Windows color (decimal): -5528119 or 13215147. OLE color: 13215147.

HSL color Cylindrical-coordinate representation of color #ABA5C9: hue angle of 250º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA5C9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 165 201 -
CMYK 0.15 0.18 0 0.21
HSL 250º 0.25% 0.72% -
HSV(B) 250º 0.18% 0.79% -
XYZ 40.79 39.79 60.79 -
YUV 170.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 171 165 201 0.15 0.18 0 0.21 250 0.25 0.72
Hex AB A5 C9 F 12 0 15 FA 19 48
Octal 253 245 311 17 22 0 25 372 31 110
Binary 10101011 10100101 11001001 1111 10010 0 10101 11111010 11001 1001000

Color Harmonies of #ABA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5C9

Black with #ABA5C9

Text Example


Text Example

White with #ABA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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