Html Css Color HEX #A8A3CC Wistful

📋 copy color: '#A8A3CC'

red 168 ◦ green 163 ◦ blue 204

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

Shades of Wistful #A8A3CC

Tints of Wistful #A8A3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

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

R = 31.4%
G = 30.47%
B = 38.13%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8A3CC (or 0xA8A3CC) is known color: Wistful. HEX triplet: A8, A3 and CC. RGB value is (168,163,204). Sum of RGB (Red+Green+Blue) = 168+163+204=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3CC is #575C33. Grayscale: #A9A9A9. Windows color (decimal): -5725236 or 13411240. OLE color: 13411240.

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

Color convert

RGB 168 163 204 -
CMYK 0.18 0.20 0 0.2
HSL 247.32º 0.29% 0.72% -
HSV(B) 247.32º 0.2% 0.8% -
XYZ 40.14 38.88 62.52 -
YUV 169.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 168 163 204 0.18 0.20 0 0.2 247.32 0.29 0.72
Hex A8 A3 CC 12 14 0 14 F7 1D 48
Octal 250 243 314 22 24 0 24 367 35 110
Binary 10101000 10100011 11001100 10010 10100 0 10100 11110111 11101 1001000

Color Harmonies of #A8A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A3CC

Black with #A8A3CC

Text Example


Text Example

White with #A8A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A3CC; }

 p { color: rgb(168,163,204); }

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

background-color css

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

 a { background-color: rgb(168,163,204); }

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

border-color css

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

 span { border-color: rgb(168,163,204); }

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