Html Css Color HEX #ABA4DC Wistful

📋 copy color: '#ABA4DC'

red 171 ◦ green 164 ◦ blue 220

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

Shades of Wistful #ABA4DC

Tints of Wistful #ABA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.55%

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

R = 30.81%
G = 29.55%
B = 39.64%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA4DC (or 0xABA4DC) is known color: Wistful. HEX triplet: AB, A4 and DC. RGB value is (171,164,220). Sum of RGB (Red+Green+Blue) = 171+164+220=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4DC is #545B23. Grayscale: #ACACAC. Windows color (decimal): -5528356 or 14460075. OLE color: 14460075.

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

Color convert

RGB 171 164 220 -
CMYK 0.22 0.25 0 0.14
HSL 247.5º 0.44% 0.75% -
HSV(B) 247.5º 0.25% 0.86% -
XYZ 42.99 40.38 73.24 -
YUV 172.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 171 164 220 0.22 0.25 0 0.14 247.5 0.44 0.75
Hex AB A4 DC 16 19 0 E F8 2C 4B
Octal 253 244 334 26 31 0 16 370 54 113
Binary 10101011 10100100 11011100 10110 11001 0 1110 11111000 101100 1001011

Color Harmonies of #ABA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4DC

Black with #ABA4DC

Text Example


Text Example

White with #ABA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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