Html Css Color HEX #A8A5CC Wistful

📋 copy color: '#A8A5CC'

red 168 ◦ green 165 ◦ blue 204

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

Shades of Wistful #A8A5CC

Tints of Wistful #A8A5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.73%

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

R = 31.28%
G = 30.73%
B = 37.99%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8A5CC (or 0xA8A5CC) is known color: Wistful. HEX triplet: A8, A5 and CC. RGB value is (168,165,204). Sum of RGB (Red+Green+Blue) = 168+165+204=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5CC is #575A33. Grayscale: #AAAAAA. Windows color (decimal): -5724724 or 13411752. OLE color: 13411752.

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

Color convert

RGB 168 165 204 -
CMYK 0.18 0.19 0 0.2
HSL 244.62º 0.28% 0.72% -
HSV(B) 244.62º 0.19% 0.8% -
XYZ 40.5 39.59 62.63 -
YUV 170.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 168 165 204 0.18 0.19 0 0.2 244.62 0.28 0.72
Hex A8 A5 CC 12 13 0 14 F5 1C 48
Octal 250 245 314 22 23 0 24 365 34 110
Binary 10101000 10100101 11001100 10010 10011 0 10100 11110101 11100 1001000

Color Harmonies of #A8A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A5CC

Black with #A8A5CC

Text Example


Text Example

White with #A8A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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