Html Css Color HEX #ABA4DF Wistful

📋 copy color: '#ABA4DF'

red 171 ◦ green 164 ◦ blue 223

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

Shades of Wistful #ABA4DF

Tints of Wistful #ABA4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 30.65%
G = 29.39%
B = 39.96%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABA4DF (or 0xABA4DF) is known color: Wistful. HEX triplet: AB, A4 and DF. RGB value is (171,164,223). Sum of RGB (Red+Green+Blue) = 171+164+223=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4DF is #545B20. Grayscale: #ACACAC. Windows color (decimal): -5528353 or 14656683. OLE color: 14656683.

HSL color Cylindrical-coordinate representation of color #ABA4DF: hue angle of 247.12º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA4DF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 164 223 -
CMYK 0.23 0.26 0 0.13
HSL 247.12º 0.48% 0.76% -
HSV(B) 247.12º 0.26% 0.87% -
XYZ 43.39 40.54 75.35 -
YUV 172.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 171 164 223 0.23 0.26 0 0.13 247.12 0.48 0.76
Hex AB A4 DF 17 1A 0 D F7 30 4C
Octal 253 244 337 27 32 0 15 367 60 114
Binary 10101011 10100100 11011111 10111 11010 0 1101 11110111 110000 1001100

Color Harmonies of #ABA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4DF

Black with #ABA4DF

Text Example


Text Example

White with #ABA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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