Html Css Color HEX #ABA2CC Wistful

📋 copy color: '#ABA2CC'

red 171 ◦ green 162 ◦ blue 204

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

Shades of Wistful #ABA2CC

Tints of Wistful #ABA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 31.84%
G = 30.17%
B = 37.99%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABA2CC (or 0xABA2CC) is known color: Wistful. HEX triplet: AB, A2 and CC. RGB value is (171,162,204). Sum of RGB (Red+Green+Blue) = 171+162+204=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CC is #545D33. Grayscale: #A9A9A9. Windows color (decimal): -5528884 or 13410987. OLE color: 13410987.

HSL color Cylindrical-coordinate representation of color #ABA2CC: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA2CC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 162 204 -
CMYK 0.16 0.21 0 0.2
HSL 252.86º 0.29% 0.72% -
HSV(B) 252.86º 0.21% 0.8% -
XYZ 40.61 38.86 62.49 -
YUV 169.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 171 162 204 0.16 0.21 0 0.2 252.86 0.29 0.72
Hex AB A2 CC 10 15 0 14 FD 1D 48
Octal 253 242 314 20 25 0 24 375 35 110
Binary 10101011 10100010 11001100 10000 10101 0 10100 11111101 11101 1001000

Color Harmonies of #ABA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2CC

Black with #ABA2CC

Text Example


Text Example

White with #ABA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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