Html Css Color HEX #A099EA Wistful

📋 copy color: '#A099EA'

red 160 ◦ green 153 ◦ blue 234

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

Shades of Wistful #A099EA

Tints of Wistful #A099EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 29.25%
G = 27.97%
B = 42.78%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A099EA (or 0xA099EA) is known color: Wistful. HEX triplet: A0, 99 and EA. RGB value is (160,153,234). Sum of RGB (Red+Green+Blue) = 160+153+234=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #A099EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EA is #5F6615. Grayscale: #A4A4A4. Windows color (decimal): -6252054 or 15374752. OLE color: 15374752.

HSL color Cylindrical-coordinate representation of color #A099EA: hue angle of 245.19º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A099EA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 153 234 -
CMYK 0.32 0.35 0 0.08
HSL 245.19º 0.66% 0.76% -
HSV(B) 245.19º 0.35% 0.92% -
XYZ 40.74 36.2 82.68 -
YUV 164.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 160 153 234 0.32 0.35 0 0.08 245.19 0.66 0.76
Hex A0 99 EA 20 23 0 8 F5 42 4C
Octal 240 231 352 40 43 0 10 365 102 114
Binary 10100000 10011001 11101010 100000 100011 0 1000 11110101 1000010 1001100

Color Harmonies of #A099EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099EA

Black with #A099EA

Text Example


Text Example

White with #A099EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099EA; }

 p { color: rgb(160,153,234); }

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

background-color css

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

 a { background-color: rgb(160,153,234); }

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

border-color css

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

 span { border-color: rgb(160,153,234); }

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