Html Css Color HEX #A099E6 Wistful

📋 copy color: '#A099E6'

red 160 ◦ green 153 ◦ blue 230

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

Shades of Wistful #A099E6

Tints of Wistful #A099E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.36%

R = 29.47%
G = 28.18%
B = 42.36%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A099E6 (or 0xA099E6) is known color: Wistful. HEX triplet: A0, 99 and E6. RGB value is (160,153,230). Sum of RGB (Red+Green+Blue) = 160+153+230=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A099E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099E6 is #5F6619. Grayscale: #A3A3A3. Windows color (decimal): -6252058 or 15112608. OLE color: 15112608.

HSL color Cylindrical-coordinate representation of color #A099E6: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A099E6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 153 230 -
CMYK 0.30 0.33 0 0.10
HSL 245.45º 0.61% 0.75% -
HSV(B) 245.45º 0.33% 0.9% -
XYZ 40.17 35.97 79.69 -
YUV 163.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 160 153 230 0.30 0.33 0 0.10 245.45 0.61 0.75
Hex A0 99 E6 1E 21 0 A F5 3D 4B
Octal 240 231 346 36 41 0 12 365 75 113
Binary 10100000 10011001 11100110 11110 100001 0 1010 11110101 111101 1001011

Color Harmonies of #A099E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099E6

Black with #A099E6

Text Example


Text Example

White with #A099E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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