Html Css Color HEX #ABA4D5 Wistful

📋 copy color: '#ABA4D5'

red 171 ◦ green 164 ◦ blue 213

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

Shades of Wistful #ABA4D5

Tints of Wistful #ABA4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 31.2%
G = 29.93%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABA4D5 (or 0xABA4D5) is known color: Wistful. HEX triplet: AB, A4 and D5. RGB value is (171,164,213). Sum of RGB (Red+Green+Blue) = 171+164+213=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABA4D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D5 is #545B2A. Grayscale: #ABABAB. Windows color (decimal): -5528363 or 14001323. OLE color: 14001323.

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

Color convert

RGB 171 164 213 -
CMYK 0.20 0.23 0 0.16
HSL 248.57º 0.37% 0.74% -
HSV(B) 248.57º 0.23% 0.84% -
XYZ 42.08 40.01 68.46 -
YUV 171.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 171 164 213 0.20 0.23 0 0.16 248.57 0.37 0.74
Hex AB A4 D5 14 17 0 10 F9 25 4A
Octal 253 244 325 24 27 0 20 371 45 112
Binary 10101011 10100100 11010101 10100 10111 0 10000 11111001 100101 1001010

Color Harmonies of #ABA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4D5

Black with #ABA4D5

Text Example


Text Example

White with #ABA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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