Html Css Color HEX #A7A1EC Wistful

📋 copy color: '#A7A1EC'

red 167 ◦ green 161 ◦ blue 236

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

Shades of Wistful #A7A1EC

Tints of Wistful #A7A1EC

RGB

 RED value IS 167 (65.63% from 255) = 29.61%

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 29.61%
G = 28.55%
B = 41.84%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7A1EC (or 0xA7A1EC) is known color: Wistful. HEX triplet: A7, A1 and EC. RGB value is (167,161,236). Sum of RGB (Red+Green+Blue) = 167+161+236=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7A1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A1EC is #585E13. Grayscale: #ABABAB. Windows color (decimal): -5791252 or 15507879. OLE color: 15507879.

HSL color Cylindrical-coordinate representation of color #A7A1EC: hue angle of 244.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7A1EC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 161 236 -
CMYK 0.29 0.32 0 0.07
HSL 244.8º 0.66% 0.78% -
HSV(B) 244.8º 0.32% 0.93% -
XYZ 43.82 39.76 84.72 -
YUV 171.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 167 161 236 0.29 0.32 0 0.07 244.8 0.66 0.78
Hex A7 A1 EC 1D 20 0 7 F5 42 4E
Octal 247 241 354 35 40 0 7 365 102 116
Binary 10100111 10100001 11101100 11101 100000 0 111 11110101 1000010 1001110

Color Harmonies of #A7A1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A1EC

Black with #A7A1EC

Text Example


Text Example

White with #A7A1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A1EC; }

 p { color: rgb(167,161,236); }

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

background-color css

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

 a { background-color: rgb(167,161,236); }

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

border-color css

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

 span { border-color: rgb(167,161,236); }

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