Html Css Color HEX #ABA4CC Wistful

📋 copy color: '#ABA4CC'

red 171 ◦ green 164 ◦ blue 204

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

Shades of Wistful #ABA4CC

Tints of Wistful #ABA4CC

RGB

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

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

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

R = 31.73%
G = 30.43%
B = 37.85%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABA4CC (or 0xABA4CC) is known color: Wistful. HEX triplet: AB, A4 and CC. RGB value is (171,164,204). Sum of RGB (Red+Green+Blue) = 171+164+204=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CC is #545B33. Grayscale: #AAAAAA. Windows color (decimal): -5528372 or 13411499. OLE color: 13411499.

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

Color convert

RGB 171 164 204 -
CMYK 0.16 0.20 0 0.2
HSL 250.5º 0.28% 0.72% -
HSV(B) 250.5º 0.2% 0.8% -
XYZ 40.97 39.57 62.6 -
YUV 170.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 171 164 204 0.16 0.20 0 0.2 250.5 0.28 0.72
Hex AB A4 CC 10 14 0 14 FB 1C 48
Octal 253 244 314 20 24 0 24 373 34 110
Binary 10101011 10100100 11001100 10000 10100 0 10100 11111011 11100 1001000

Color Harmonies of #ABA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4CC

Black with #ABA4CC

Text Example


Text Example

White with #ABA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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