Html Css Color HEX #ABA2DC Wistful

📋 copy color: '#ABA2DC'

red 171 ◦ green 162 ◦ blue 220

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

Shades of Wistful #ABA2DC

Tints of Wistful #ABA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.29%

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

R = 30.92%
G = 29.29%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA2DC (or 0xABA2DC) is known color: Wistful. HEX triplet: AB, A2 and DC. RGB value is (171,162,220). Sum of RGB (Red+Green+Blue) = 171+162+220=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2DC is #545D23. Grayscale: #ABABAB. Windows color (decimal): -5528868 or 14459563. OLE color: 14459563.

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

Color convert

RGB 171 162 220 -
CMYK 0.22 0.26 0 0.14
HSL 249.31º 0.45% 0.75% -
HSV(B) 249.31º 0.26% 0.86% -
XYZ 42.63 39.67 73.12 -
YUV 171.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 171 162 220 0.22 0.26 0 0.14 249.31 0.45 0.75
Hex AB A2 DC 16 1A 0 E F9 2D 4B
Octal 253 242 334 26 32 0 16 371 55 113
Binary 10101011 10100010 11011100 10110 11010 0 1110 11111001 101101 1001011

Color Harmonies of #ABA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2DC

Black with #ABA2DC

Text Example


Text Example

White with #ABA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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