Html Css Color HEX #A4A1CB Wistful

📋 copy color: '#A4A1CB'

red 164 ◦ green 161 ◦ blue 203

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

Shades of Wistful #A4A1CB

Tints of Wistful #A4A1CB

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

 GREEN value IS 161 (63.28% from 255) = 30.49%

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

R = 31.06%
G = 30.49%
B = 38.45%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4A1CB (or 0xA4A1CB) is known color: Wistful. HEX triplet: A4, A1 and CB. RGB value is (164,161,203). Sum of RGB (Red+Green+Blue) = 164+161+203=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1CB is #5B5E34. Grayscale: #A6A6A6. Windows color (decimal): -5987893 or 13345188. OLE color: 13345188.

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

Color convert

RGB 164 161 203 -
CMYK 0.19 0.21 0 0.20
HSL 244.29º 0.29% 0.71% -
HSV(B) 244.29º 0.21% 0.8% -
XYZ 38.83 37.69 61.73 -
YUV 166.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 164 161 203 0.19 0.21 0 0.20 244.29 0.29 0.71
Hex A4 A1 CB 13 15 0 14 F4 1D 47
Octal 244 241 313 23 25 0 24 364 35 107
Binary 10100100 10100001 11001011 10011 10101 0 10100 11110100 11101 1000111

Color Harmonies of #A4A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A1CB

Black with #A4A1CB

Text Example


Text Example

White with #A4A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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