Html Css Color HEX #A8A7C2 Wistful

📋 copy color: '#A8A7C2'

red 168 ◦ green 167 ◦ blue 194

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

Shades of Wistful #A8A7C2

Tints of Wistful #A8A7C2

RGB

 RED value IS 168 (66.02% from 255) = 31.76%

 GREEN value IS 167 (65.63% from 255) = 31.57%

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 31.76%
G = 31.57%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A8A7C2 (or 0xA8A7C2) is known color: Wistful. HEX triplet: A8, A7 and C2. RGB value is (168,167,194). Sum of RGB (Red+Green+Blue) = 168+167+194=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #A8A7C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7C2 is #57583D. Grayscale: #AAAAAA. Windows color (decimal): -5724222 or 12756904. OLE color: 12756904.

HSL color Cylindrical-coordinate representation of color #A8A7C2: hue angle of 242.22º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A7C2 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 167 194 -
CMYK 0.13 0.14 0 0.24
HSL 242.22º 0.18% 0.71% -
HSV(B) 242.22º 0.14% 0.76% -
XYZ 39.7 39.86 56.64 -
YUV 170.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 168 167 194 0.13 0.14 0 0.24 242.22 0.18 0.71
Hex A8 A7 C2 D E 0 18 F2 12 47
Octal 250 247 302 15 16 0 30 362 22 107
Binary 10101000 10100111 11000010 1101 1110 0 11000 11110010 10010 1000111

Color Harmonies of #A8A7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A7C2

Black with #A8A7C2

Text Example


Text Example

White with #A8A7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A7C2; }

 p { color: rgb(168,167,194); }

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

background-color css

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

 a { background-color: rgb(168,167,194); }

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

border-color css

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

 span { border-color: rgb(168,167,194); }

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