Html Css Color HEX #A19ECB Wistful

📋 copy color: '#A19ECB'

red 161 ◦ green 158 ◦ blue 203

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

Shades of Wistful #A19ECB

Tints of Wistful #A19ECB

RGB

 RED value IS 161 (63.28% from 255) = 30.84%

 GREEN value IS 158 (62.11% from 255) = 30.27%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 30.84%
G = 30.27%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A19ECB (or 0xA19ECB) is known color: Wistful. HEX triplet: A1, 9E and CB. RGB value is (161,158,203). Sum of RGB (Red+Green+Blue) = 161+158+203=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECB is #5E6134. Grayscale: #A3A3A3. Windows color (decimal): -6185269 or 13344417. OLE color: 13344417.

HSL color Cylindrical-coordinate representation of color #A19ECB: hue angle of 244º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A19ECB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 158 203 -
CMYK 0.21 0.22 0 0.20
HSL 244º 0.3% 0.71% -
HSV(B) 244º 0.22% 0.8% -
XYZ 37.7 36.34 61.53 -
YUV 164.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 161 158 203 0.21 0.22 0 0.20 244 0.3 0.71
Hex A1 9E CB 15 16 0 14 F4 1E 47
Octal 241 236 313 25 26 0 24 364 36 107
Binary 10100001 10011110 11001011 10101 10110 0 10100 11110100 11110 1000111

Color Harmonies of #A19ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ECB

Black with #A19ECB

Text Example


Text Example

White with #A19ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ECB; }

 p { color: rgb(161,158,203); }

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

background-color css

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

 a { background-color: rgb(161,158,203); }

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

border-color css

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

 span { border-color: rgb(161,158,203); }

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