Html Css Color HEX #AEA6CA Wistful

📋 copy color: '#AEA6CA'

red 174 ◦ green 166 ◦ blue 202

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

Shades of Wistful #AEA6CA

Tints of Wistful #AEA6CA

RGB

 RED value IS 174 (68.36% from 255) = 32.1%

 GREEN value IS 166 (65.23% from 255) = 30.63%

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

R = 32.1%
G = 30.63%
B = 37.27%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEA6CA (or 0xAEA6CA) is known color: Wistful. HEX triplet: AE, A6 and CA. RGB value is (174,166,202). Sum of RGB (Red+Green+Blue) = 174+166+202=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6CA is #515935. Grayscale: #ACACAC. Windows color (decimal): -5331254 or 13280942. OLE color: 13280942.

HSL color Cylindrical-coordinate representation of color #AEA6CA: hue angle of 253.33º degrees, saturation: 0.25, 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 #AEA6CA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 166 202 -
CMYK 0.14 0.18 0 0.21
HSL 253.33º 0.25% 0.72% -
HSV(B) 253.33º 0.18% 0.79% -
XYZ 41.75 40.54 61.5 -
YUV 172.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 174 166 202 0.14 0.18 0 0.21 253.33 0.25 0.72
Hex AE A6 CA E 12 0 15 FD 19 48
Octal 256 246 312 16 22 0 25 375 31 110
Binary 10101110 10100110 11001010 1110 10010 0 10101 11111101 11001 1001000

Color Harmonies of #AEA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6CA

Black with #AEA6CA

Text Example


Text Example

White with #AEA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6CA; }

 p { color: rgb(174,166,202); }

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

background-color css

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

 a { background-color: rgb(174,166,202); }

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

border-color css

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

 span { border-color: rgb(174,166,202); }

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