Html Css Color HEX #ABA3CF Wistful

📋 copy color: '#ABA3CF'

red 171 ◦ green 163 ◦ blue 207

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

Shades of Wistful #ABA3CF

Tints of Wistful #ABA3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 31.61%
G = 30.13%
B = 38.26%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA3CF (or 0xABA3CF) is known color: Wistful. HEX triplet: AB, A3 and CF. RGB value is (171,163,207). Sum of RGB (Red+Green+Blue) = 171+163+207=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CF is #545C30. Grayscale: #AAAAAA. Windows color (decimal): -5528625 or 13607851. OLE color: 13607851.

HSL color Cylindrical-coordinate representation of color #ABA3CF: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA3CF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 163 207 -
CMYK 0.17 0.21 0 0.19
HSL 250.91º 0.31% 0.73% -
HSV(B) 250.91º 0.21% 0.81% -
XYZ 41.15 39.36 64.46 -
YUV 170.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 171 163 207 0.17 0.21 0 0.19 250.91 0.31 0.73
Hex AB A3 CF 11 15 0 13 FB 1F 49
Octal 253 243 317 21 25 0 23 373 37 111
Binary 10101011 10100011 11001111 10001 10101 0 10011 11111011 11111 1001001

Color Harmonies of #ABA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3CF

Black with #ABA3CF

Text Example


Text Example

White with #ABA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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