Html Css Color HEX #ABA2D7 Wistful

📋 copy color: '#ABA2D7'

red 171 ◦ green 162 ◦ blue 215

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

Shades of Wistful #ABA2D7

Tints of Wistful #ABA2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 31.2%
G = 29.56%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABA2D7 (or 0xABA2D7) is known color: Wistful. HEX triplet: AB, A2 and D7. RGB value is (171,162,215). Sum of RGB (Red+Green+Blue) = 171+162+215=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABA2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2D7 is #545D28. Grayscale: #AAAAAA. Windows color (decimal): -5528873 or 14131883. OLE color: 14131883.

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

Color convert

RGB 171 162 215 -
CMYK 0.20 0.25 0 0.16
HSL 250.19º 0.4% 0.74% -
HSV(B) 250.19º 0.25% 0.84% -
XYZ 41.98 39.4 69.68 -
YUV 170.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 171 162 215 0.20 0.25 0 0.16 250.19 0.4 0.74
Hex AB A2 D7 14 19 0 10 FA 28 4A
Octal 253 242 327 24 31 0 20 372 50 112
Binary 10101011 10100010 11010111 10100 11001 0 10000 11111010 101000 1001010

Color Harmonies of #ABA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2D7

Black with #ABA2D7

Text Example


Text Example

White with #ABA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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