Html Css Color HEX #ABA8DC Wistful

📋 copy color: '#ABA8DC'

red 171 ◦ green 168 ◦ blue 220

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

Shades of Wistful #ABA8DC

Tints of Wistful #ABA8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 30.59%
G = 30.05%
B = 39.36%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA8DC (or 0xABA8DC) is known color: Wistful. HEX triplet: AB, A8 and DC. RGB value is (171,168,220). Sum of RGB (Red+Green+Blue) = 171+168+220=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DC is #545723. Grayscale: #AEAEAE. Windows color (decimal): -5527332 or 14461099. OLE color: 14461099.

HSL color Cylindrical-coordinate representation of color #ABA8DC: hue angle of 243.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA8DC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 168 220 -
CMYK 0.22 0.24 0 0.14
HSL 243.46º 0.43% 0.76% -
HSV(B) 243.46º 0.24% 0.86% -
XYZ 43.72 41.83 73.48 -
YUV 174.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 171 168 220 0.22 0.24 0 0.14 243.46 0.43 0.76
Hex AB A8 DC 16 18 0 E F3 2B 4C
Octal 253 250 334 26 30 0 16 363 53 114
Binary 10101011 10101000 11011100 10110 11000 0 1110 11110011 101011 1001100

Color Harmonies of #ABA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8DC

Black with #ABA8DC

Text Example


Text Example

White with #ABA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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