Html Css Color HEX #A4A6CE Wistful

📋 copy color: '#A4A6CE'

red 164 ◦ green 166 ◦ blue 206

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

Shades of Wistful #A4A6CE

Tints of Wistful #A4A6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.97%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 30.6%
G = 30.97%
B = 38.43%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4A6CE (or 0xA4A6CE) is known color: Wistful. HEX triplet: A4, A6 and CE. RGB value is (164,166,206). Sum of RGB (Red+Green+Blue) = 164+166+206=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6CE is #5B5931. Grayscale: #A9A9A9. Windows color (decimal): -5986610 or 13543076. OLE color: 13543076.

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

Color convert

RGB 164 166 206 -
CMYK 0.20 0.19 0 0.19
HSL 237.14º 0.3% 0.73% -
HSV(B) 237.14º 0.2% 0.81% -
XYZ 40.09 39.62 63.93 -
YUV 169.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 164 166 206 0.20 0.19 0 0.19 237.14 0.3 0.73
Hex A4 A6 CE 14 13 0 13 ED 1E 49
Octal 244 246 316 24 23 0 23 355 36 111
Binary 10100100 10100110 11001110 10100 10011 0 10011 11101101 11110 1001001

Color Harmonies of #A4A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A6CE

Black with #A4A6CE

Text Example


Text Example

White with #A4A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A6CE; }

 p { color: rgb(164,166,206); }

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

background-color css

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

 a { background-color: rgb(164,166,206); }

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

border-color css

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

 span { border-color: rgb(164,166,206); }

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