Html Css Color HEX #AAACDA Wistful

📋 copy color: '#AAACDA'

red 170 ◦ green 172 ◦ blue 218

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

Shades of Wistful #AAACDA

Tints of Wistful #AAACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 30.36%
G = 30.71%
B = 38.93%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAACDA (or 0xAAACDA) is known color: Wistful. HEX triplet: AA, AC and DA. RGB value is (170,172,218). Sum of RGB (Red+Green+Blue) = 170+172+218=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACDA is #555325. Grayscale: #B0B0B0. Windows color (decimal): -5591846 or 14331050. OLE color: 14331050.

HSL color Cylindrical-coordinate representation of color #AAACDA: hue angle of 237.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAACDA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 172 218 -
CMYK 0.22 0.21 0 0.15
HSL 237.5º 0.39% 0.76% -
HSV(B) 237.5º 0.22% 0.85% -
XYZ 43.98 43.11 72.33 -
YUV 176.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 170 172 218 0.22 0.21 0 0.15 237.5 0.39 0.76
Hex AA AC DA 16 15 0 F EE 27 4C
Octal 252 254 332 26 25 0 17 356 47 114
Binary 10101010 10101100 11011010 10110 10101 0 1111 11101110 100111 1001100

Color Harmonies of #AAACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACDA

Black with #AAACDA

Text Example


Text Example

White with #AAACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACDA; }

 p { color: rgb(170,172,218); }

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

background-color css

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

 a { background-color: rgb(170,172,218); }

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

border-color css

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

 span { border-color: rgb(170,172,218); }

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