Html Css Color HEX #ABA8D4 Wistful

📋 copy color: '#ABA8D4'

red 171 ◦ green 168 ◦ blue 212

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

Shades of Wistful #ABA8D4

Tints of Wistful #ABA8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 31.03%
G = 30.49%
B = 38.48%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABA8D4 (or 0xABA8D4) is known color: Wistful. HEX triplet: AB, A8 and D4. RGB value is (171,168,212). Sum of RGB (Red+Green+Blue) = 171+168+212=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABA8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8D4 is #54572B. Grayscale: #ADADAD. Windows color (decimal): -5527340 or 13936811. OLE color: 13936811.

HSL color Cylindrical-coordinate representation of color #ABA8D4: hue angle of 244.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA8D4 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 168 212 -
CMYK 0.19 0.21 0 0.17
HSL 244.09º 0.34% 0.75% -
HSV(B) 244.09º 0.21% 0.83% -
XYZ 42.68 41.42 68.03 -
YUV 173.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 171 168 212 0.19 0.21 0 0.17 244.09 0.34 0.75
Hex AB A8 D4 13 15 0 11 F4 22 4B
Octal 253 250 324 23 25 0 21 364 42 113
Binary 10101011 10101000 11010100 10011 10101 0 10001 11110100 100010 1001011

Color Harmonies of #ABA8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8D4

Black with #ABA8D4

Text Example


Text Example

White with #ABA8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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