Html Css Color HEX #A7A1E6 Wistful

📋 copy color: '#A7A1E6'

red 167 ◦ green 161 ◦ blue 230

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

Shades of Wistful #A7A1E6

Tints of Wistful #A7A1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 29.93%
G = 28.85%
B = 41.22%

CMYK

 C value IS 0.27

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A7A1E6 (or 0xA7A1E6) is known color: Wistful. HEX triplet: A7, A1 and E6. RGB value is (167,161,230). Sum of RGB (Red+Green+Blue) = 167+161+230=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #A7A1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A1E6 is #585E19. Grayscale: #AAAAAA. Windows color (decimal): -5791258 or 15114663. OLE color: 15114663.

HSL color Cylindrical-coordinate representation of color #A7A1E6: hue angle of 245.22º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A1E6 is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 161 230 -
CMYK 0.27 0.3 0 0.10
HSL 245.22º 0.58% 0.77% -
HSV(B) 245.22º 0.3% 0.9% -
XYZ 42.96 39.42 80.21 -
YUV 170.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 167 161 230 0.27 0.3 0 0.10 245.22 0.58 0.77
Hex A7 A1 E6 1B 1E 0 A F5 3A 4D
Octal 247 241 346 33 36 0 12 365 72 115
Binary 10100111 10100001 11100110 11011 11110 0 1010 11110101 111010 1001101

Color Harmonies of #A7A1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A1E6

Black with #A7A1E6

Text Example


Text Example

White with #A7A1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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