Html Css Color HEX #A090DA Wistful

📋 copy color: '#A090DA'

red 160 ◦ green 144 ◦ blue 218

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

Shades of Wistful #A090DA

Tints of Wistful #A090DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

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

R = 30.65%
G = 27.59%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A090DA (or 0xA090DA) is known color: Wistful. HEX triplet: A0, 90 and DA. RGB value is (160,144,218). Sum of RGB (Red+Green+Blue) = 160+144+218=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A090DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090DA is #5F6F25. Grayscale: #9C9C9C. Windows color (decimal): -6254374 or 14323872. OLE color: 14323872.

HSL color Cylindrical-coordinate representation of color #A090DA: hue angle of 252.97º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A090DA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 144 218 -
CMYK 0.27 0.34 0 0.15
HSL 252.97º 0.5% 0.71% -
HSV(B) 252.97º 0.34% 0.85% -
XYZ 37.13 32.48 70.64 -
YUV 157.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 160 144 218 0.27 0.34 0 0.15 252.97 0.5 0.71
Hex A0 90 DA 1B 22 0 F FD 32 47
Octal 240 220 332 33 42 0 17 375 62 107
Binary 10100000 10010000 11011010 11011 100010 0 1111 11111101 110010 1000111

Color Harmonies of #A090DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090DA

Black with #A090DA

Text Example


Text Example

White with #A090DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090DA; }

 p { color: rgb(160,144,218); }

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

background-color css

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

 a { background-color: rgb(160,144,218); }

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

border-color css

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

 span { border-color: rgb(160,144,218); }

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