Html Css Color HEX #A7A1CC Wistful

📋 copy color: '#A7A1CC'

red 167 ◦ green 161 ◦ blue 204

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

Shades of Wistful #A7A1CC

Tints of Wistful #A7A1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 31.39%
G = 30.26%
B = 38.35%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A7A1CC (or 0xA7A1CC) is known color: Wistful. HEX triplet: A7, A1 and CC. RGB value is (167,161,204). Sum of RGB (Red+Green+Blue) = 167+161+204=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1CC is #585E33. Grayscale: #A7A7A7. Windows color (decimal): -5791284 or 13410727. OLE color: 13410727.

HSL color Cylindrical-coordinate representation of color #A7A1CC: hue angle of 248.37º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7A1CC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 161 204 -
CMYK 0.18 0.21 0 0.2
HSL 248.37º 0.3% 0.72% -
HSV(B) 248.37º 0.21% 0.8% -
XYZ 39.58 38.06 62.39 -
YUV 167.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 167 161 204 0.18 0.21 0 0.2 248.37 0.3 0.72
Hex A7 A1 CC 12 15 0 14 F8 1E 48
Octal 247 241 314 22 25 0 24 370 36 110
Binary 10100111 10100001 11001100 10010 10101 0 10100 11111000 11110 1001000

Color Harmonies of #A7A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A1CC

Black with #A7A1CC

Text Example


Text Example

White with #A7A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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