Html Css Color HEX #ABA3CA Wistful

📋 copy color: '#ABA3CA'

red 171 ◦ green 163 ◦ blue 202

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

Shades of Wistful #ABA3CA

Tints of Wistful #ABA3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

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

R = 31.9%
G = 30.41%
B = 37.69%

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

#ABA3CA (or 0xABA3CA) is known color: Wistful. HEX triplet: AB, A3 and CA. RGB value is (171,163,202). Sum of RGB (Red+Green+Blue) = 171+163+202=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CA is #545C35. Grayscale: #A9A9A9. Windows color (decimal): -5528630 or 13280171. OLE color: 13280171.

HSL color Cylindrical-coordinate representation of color #ABA3CA: hue angle of 252.31º degrees, saturation: 0.27, 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 #ABA3CA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 163 202 -
CMYK 0.15 0.19 0 0.21
HSL 252.31º 0.27% 0.72% -
HSV(B) 252.31º 0.19% 0.79% -
XYZ 40.55 39.12 61.29 -
YUV 169.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 171 163 202 0.15 0.19 0 0.21 252.31 0.27 0.72
Hex AB A3 CA F 13 0 15 FC 1B 48
Octal 253 243 312 17 23 0 25 374 33 110
Binary 10101011 10100011 11001010 1111 10011 0 10101 11111100 11011 1001000

Color Harmonies of #ABA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3CA

Black with #ABA3CA

Text Example


Text Example

White with #ABA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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