Html Css Color HEX #AAA5CA Wistful

📋 copy color: '#AAA5CA'

red 170 ◦ green 165 ◦ blue 202

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

Shades of Wistful #AAA5CA

Tints of Wistful #AAA5CA

RGB

 RED value IS 170 (66.8% from 255) = 31.66%

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 31.66%
G = 30.73%
B = 37.62%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAA5CA (or 0xAAA5CA) is known color: Wistful. HEX triplet: AA, A5 and CA. RGB value is (170,165,202). Sum of RGB (Red+Green+Blue) = 170+165+202=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CA is #555A35. Grayscale: #AAAAAA. Windows color (decimal): -5593654 or 13280682. OLE color: 13280682.

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

Color convert

RGB 170 165 202 -
CMYK 0.16 0.18 0 0.21
HSL 248.11º 0.26% 0.72% -
HSV(B) 248.11º 0.18% 0.79% -
XYZ 40.69 39.72 61.4 -
YUV 170.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 170 165 202 0.16 0.18 0 0.21 248.11 0.26 0.72
Hex AA A5 CA 10 12 0 15 F8 1A 48
Octal 252 245 312 20 22 0 25 370 32 110
Binary 10101010 10100101 11001010 10000 10010 0 10101 11111000 11010 1001000

Color Harmonies of #AAA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5CA

Black with #AAA5CA

Text Example


Text Example

White with #AAA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5CA; }

 p { color: rgb(170,165,202); }

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

background-color css

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

 a { background-color: rgb(170,165,202); }

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

border-color css

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

 span { border-color: rgb(170,165,202); }

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