Html Css Color HEX #A090DF Wistful

📋 copy color: '#A090DF'

red 160 ◦ green 144 ◦ blue 223

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

Shades of Wistful #A090DF

Tints of Wistful #A090DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 30.36%
G = 27.32%
B = 42.31%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A090DF (or 0xA090DF) is known color: Wistful. HEX triplet: A0, 90 and DF. RGB value is (160,144,223). Sum of RGB (Red+Green+Blue) = 160+144+223=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A090DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090DF is #5F6F20. Grayscale: #9D9D9D. Windows color (decimal): -6254369 or 14651552. OLE color: 14651552.

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

Color convert

RGB 160 144 223 -
CMYK 0.28 0.35 0 0.13
HSL 252.15º 0.55% 0.72% -
HSV(B) 252.15º 0.35% 0.87% -
XYZ 37.79 32.75 74.14 -
YUV 157.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 160 144 223 0.28 0.35 0 0.13 252.15 0.55 0.72
Hex A0 90 DF 1C 23 0 D FC 37 48
Octal 240 220 337 34 43 0 15 374 67 110
Binary 10100000 10010000 11011111 11100 100011 0 1101 11111100 110111 1001000

Color Harmonies of #A090DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090DF

Black with #A090DF

Text Example


Text Example

White with #A090DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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