Html Css Color HEX #A090EC Wistful

📋 copy color: '#A090EC'

red 160 ◦ green 144 ◦ blue 236

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

Shades of Wistful #A090EC

Tints of Wistful #A090EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 29.63%
G = 26.67%
B = 43.7%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A090EC (or 0xA090EC) is known color: Wistful. HEX triplet: A0, 90 and EC. RGB value is (160,144,236). Sum of RGB (Red+Green+Blue) = 160+144+236=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #A090EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090EC is #5F6F13. Grayscale: #9E9E9E. Windows color (decimal): -6254356 or 15503520. OLE color: 15503520.

HSL color Cylindrical-coordinate representation of color #A090EC: hue angle of 250.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A090EC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 144 236 -
CMYK 0.32 0.39 0 0.07
HSL 250.43º 0.71% 0.75% -
HSV(B) 250.43º 0.39% 0.93% -
XYZ 39.61 33.48 83.73 -
YUV 159.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 160 144 236 0.32 0.39 0 0.07 250.43 0.71 0.75
Hex A0 90 EC 20 27 0 7 FA 47 4B
Octal 240 220 354 40 47 0 7 372 107 113
Binary 10100000 10010000 11101100 100000 100111 0 111 11111010 1000111 1001011

Color Harmonies of #A090EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090EC

Black with #A090EC

Text Example


Text Example

White with #A090EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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