Html Css Color HEX #A19FCB Wistful

📋 copy color: '#A19FCB'

red 161 ◦ green 159 ◦ blue 203

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

Shades of Wistful #A19FCB

Tints of Wistful #A19FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.4%

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

R = 30.78%
G = 30.4%
B = 38.81%

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

#A19FCB (or 0xA19FCB) is known color: Wistful. HEX triplet: A1, 9F and CB. RGB value is (161,159,203). Sum of RGB (Red+Green+Blue) = 161+159+203=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FCB is #5E6034. Grayscale: #A4A4A4. Windows color (decimal): -6185013 or 13344673. OLE color: 13344673.

HSL color Cylindrical-coordinate representation of color #A19FCB: hue angle of 242.73º 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 #A19FCB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 159 203 -
CMYK 0.21 0.22 0 0.20
HSL 242.73º 0.3% 0.71% -
HSV(B) 242.73º 0.22% 0.8% -
XYZ 37.88 36.69 61.58 -
YUV 164.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 161 159 203 0.21 0.22 0 0.20 242.73 0.3 0.71
Hex A1 9F CB 15 16 0 14 F3 1E 47
Octal 241 237 313 25 26 0 24 363 36 107
Binary 10100001 10011111 11001011 10101 10110 0 10100 11110011 11110 1000111

Color Harmonies of #A19FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FCB

Black with #A19FCB

Text Example


Text Example

White with #A19FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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