Html Css Color HEX #ABA7CF Wistful

📋 copy color: '#ABA7CF'

red 171 ◦ green 167 ◦ blue 207

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

Shades of Wistful #ABA7CF

Tints of Wistful #ABA7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.64%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 31.38%
G = 30.64%
B = 37.98%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA7CF (or 0xABA7CF) is known color: Wistful. HEX triplet: AB, A7 and CF. RGB value is (171,167,207). Sum of RGB (Red+Green+Blue) = 171+167+207=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7CF is #545830. Grayscale: #ACACAC. Windows color (decimal): -5527601 or 13608875. OLE color: 13608875.

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

Color convert

RGB 171 167 207 -
CMYK 0.17 0.19 0 0.19
HSL 246º 0.29% 0.73% -
HSV(B) 246º 0.19% 0.81% -
XYZ 41.88 40.8 64.7 -
YUV 172.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 171 167 207 0.17 0.19 0 0.19 246 0.29 0.73
Hex AB A7 CF 11 13 0 13 F6 1D 49
Octal 253 247 317 21 23 0 23 366 35 111
Binary 10101011 10100111 11001111 10001 10011 0 10011 11110110 11101 1001001

Color Harmonies of #ABA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7CF

Black with #ABA7CF

Text Example


Text Example

White with #ABA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7CF; }

 p { color: rgb(171,167,207); }

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

background-color css

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

 a { background-color: rgb(171,167,207); }

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

border-color css

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

 span { border-color: rgb(171,167,207); }

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