Html Css Color HEX #A0A2DD Wistful

📋 copy color: '#A0A2DD'

red 160 ◦ green 162 ◦ blue 221

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

Shades of Wistful #A0A2DD

Tints of Wistful #A0A2DD

RGB

 RED value IS 160 (62.89% from 255) = 29.47%

 GREEN value IS 162 (63.67% from 255) = 29.83%

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

R = 29.47%
G = 29.83%
B = 40.7%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0A2DD (or 0xA0A2DD) is known color: Wistful. HEX triplet: A0, A2 and DD. RGB value is (160,162,221). Sum of RGB (Red+Green+Blue) = 160+162+221=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A2DD is #5F5D22. Grayscale: #A7A7A7. Windows color (decimal): -6249763 or 14525088. OLE color: 14525088.

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

Color convert

RGB 160 162 221 -
CMYK 0.28 0.27 0 0.13
HSL 238.03º 0.47% 0.75% -
HSV(B) 238.03º 0.28% 0.87% -
XYZ 40.47 38.53 73.71 -
YUV 168.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 160 162 221 0.28 0.27 0 0.13 238.03 0.47 0.75
Hex A0 A2 DD 1C 1B 0 D EE 2F 4B
Octal 240 242 335 34 33 0 15 356 57 113
Binary 10100000 10100010 11011101 11100 11011 0 1101 11101110 101111 1001011

Color Harmonies of #A0A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A2DD

Black with #A0A2DD

Text Example


Text Example

White with #A0A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A2DD; }

 p { color: rgb(160,162,221); }

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

background-color css

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

 a { background-color: rgb(160,162,221); }

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

border-color css

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

 span { border-color: rgb(160,162,221); }

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