Html Css Color HEX #ABA2D2 Wistful

📋 copy color: '#ABA2D2'

red 171 ◦ green 162 ◦ blue 210

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

Shades of Wistful #ABA2D2

Tints of Wistful #ABA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 31.49%
G = 29.83%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA2D2 (or 0xABA2D2) is known color: Wistful. HEX triplet: AB, A2 and D2. RGB value is (171,162,210). Sum of RGB (Red+Green+Blue) = 171+162+210=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABA2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2D2 is #545D2D. Grayscale: #A9A9A9. Windows color (decimal): -5528878 or 13804203. OLE color: 13804203.

HSL color Cylindrical-coordinate representation of color #ABA2D2: hue angle of 251.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA2D2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 162 210 -
CMYK 0.19 0.23 0 0.18
HSL 251.25º 0.35% 0.73% -
HSV(B) 251.25º 0.23% 0.82% -
XYZ 41.35 39.15 66.35 -
YUV 170.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 171 162 210 0.19 0.23 0 0.18 251.25 0.35 0.73
Hex AB A2 D2 13 17 0 12 FB 23 49
Octal 253 242 322 23 27 0 22 373 43 111
Binary 10101011 10100010 11010010 10011 10111 0 10010 11111011 100011 1001001

Color Harmonies of #ABA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2D2

Black with #ABA2D2

Text Example


Text Example

White with #ABA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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