Html Css Color HEX #ABA4CA Wistful

📋 copy color: '#ABA4CA'

red 171 ◦ green 164 ◦ blue 202

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

Shades of Wistful #ABA4CA

Tints of Wistful #ABA4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 31.84%
G = 30.54%
B = 37.62%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA4CA (or 0xABA4CA) is known color: Wistful. HEX triplet: AB, A4 and CA. RGB value is (171,164,202). Sum of RGB (Red+Green+Blue) = 171+164+202=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CA is #545B35. Grayscale: #AAAAAA. Windows color (decimal): -5528374 or 13280427. OLE color: 13280427.

HSL color Cylindrical-coordinate representation of color #ABA4CA: hue angle of 251.05º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA4CA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 164 202 -
CMYK 0.15 0.19 0 0.21
HSL 251.05º 0.26% 0.72% -
HSV(B) 251.05º 0.19% 0.79% -
XYZ 40.73 39.47 61.35 -
YUV 170.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 171 164 202 0.15 0.19 0 0.21 251.05 0.26 0.72
Hex AB A4 CA F 13 0 15 FB 1A 48
Octal 253 244 312 17 23 0 25 373 32 110
Binary 10101011 10100100 11001010 1111 10011 0 10101 11111011 11010 1001000

Color Harmonies of #ABA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4CA

Black with #ABA4CA

Text Example


Text Example

White with #ABA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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