Html Css Color HEX #A1A5DD Wistful

📋 copy color: '#A1A5DD'

red 161 ◦ green 165 ◦ blue 221

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

Shades of Wistful #A1A5DD

Tints of Wistful #A1A5DD

RGB

 RED value IS 161 (63.28% from 255) = 29.43%

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 29.43%
G = 30.16%
B = 40.4%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1A5DD (or 0xA1A5DD) is known color: Wistful. HEX triplet: A1, A5 and DD. RGB value is (161,165,221). Sum of RGB (Red+Green+Blue) = 161+165+221=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A5DD is #5E5A22. Grayscale: #A9A9A9. Windows color (decimal): -6183459 or 14525857. OLE color: 14525857.

HSL color Cylindrical-coordinate representation of color #A1A5DD: hue angle of 236º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A5DD is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 165 221 -
CMYK 0.27 0.25 0 0.13
HSL 236º 0.47% 0.75% -
HSV(B) 236º 0.27% 0.87% -
XYZ 41.2 39.71 73.9 -
YUV 170.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 161 165 221 0.27 0.25 0 0.13 236 0.47 0.75
Hex A1 A5 DD 1B 19 0 D EC 2F 4B
Octal 241 245 335 33 31 0 15 354 57 113
Binary 10100001 10100101 11011101 11011 11001 0 1101 11101100 101111 1001011

Color Harmonies of #A1A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A5DD

Black with #A1A5DD

Text Example


Text Example

White with #A1A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A5DD; }

 p { color: rgb(161,165,221); }

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

background-color css

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

 a { background-color: rgb(161,165,221); }

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

border-color css

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

 span { border-color: rgb(161,165,221); }

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