Html Css Color HEX #ABA8CC Wistful

📋 copy color: '#ABA8CC'

red 171 ◦ green 168 ◦ blue 204

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

Shades of Wistful #ABA8CC

Tints of Wistful #ABA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 31.49%
G = 30.94%
B = 37.57%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABA8CC (or 0xABA8CC) is known color: Wistful. HEX triplet: AB, A8 and CC. RGB value is (171,168,204). Sum of RGB (Red+Green+Blue) = 171+168+204=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8CC is #545733. Grayscale: #ACACAC. Windows color (decimal): -5527348 or 13412523. OLE color: 13412523.

HSL color Cylindrical-coordinate representation of color #ABA8CC: hue angle of 245º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA8CC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 168 204 -
CMYK 0.16 0.18 0 0.2
HSL 245º 0.26% 0.73% -
HSV(B) 245º 0.18% 0.8% -
XYZ 41.7 41.02 62.85 -
YUV 173 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 171 168 204 0.16 0.18 0 0.2 245 0.26 0.73
Hex AB A8 CC 10 12 0 14 F5 1A 49
Octal 253 250 314 20 22 0 24 365 32 111
Binary 10101011 10101000 11001100 10000 10010 0 10100 11110101 11010 1001001

Color Harmonies of #ABA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8CC

Black with #ABA8CC

Text Example


Text Example

White with #ABA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8CC; }

 p { color: rgb(171,168,204); }

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

background-color css

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

 a { background-color: rgb(171,168,204); }

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

border-color css

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

 span { border-color: rgb(171,168,204); }

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