Html Css Color HEX #ABA8D6 Wistful

📋 copy color: '#ABA8D6'

red 171 ◦ green 168 ◦ blue 214

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

Shades of Wistful #ABA8D6

Tints of Wistful #ABA8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 30.92%
G = 30.38%
B = 38.7%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABA8D6 (or 0xABA8D6) is known color: Wistful. HEX triplet: AB, A8 and D6. RGB value is (171,168,214). Sum of RGB (Red+Green+Blue) = 171+168+214=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABA8D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8D6 is #545729. Grayscale: #ADADAD. Windows color (decimal): -5527338 or 14067883. OLE color: 14067883.

HSL color Cylindrical-coordinate representation of color #ABA8D6: hue angle of 243.91º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA8D6 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 168 214 -
CMYK 0.20 0.21 0 0.16
HSL 243.91º 0.36% 0.75% -
HSV(B) 243.91º 0.21% 0.84% -
XYZ 42.93 41.52 69.37 -
YUV 174.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 171 168 214 0.20 0.21 0 0.16 243.91 0.36 0.75
Hex AB A8 D6 14 15 0 10 F4 24 4B
Octal 253 250 326 24 25 0 20 364 44 113
Binary 10101011 10101000 11010110 10100 10101 0 10000 11110100 100100 1001011

Color Harmonies of #ABA8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8D6

Black with #ABA8D6

Text Example


Text Example

White with #ABA8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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