Html Css Color HEX #A099CD Wistful

📋 copy color: '#A099CD'

red 160 ◦ green 153 ◦ blue 205

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

Shades of Wistful #A099CD

Tints of Wistful #A099CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 30.89%
G = 29.54%
B = 39.58%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A099CD (or 0xA099CD) is known color: Wistful. HEX triplet: A0, 99 and CD. RGB value is (160,153,205). Sum of RGB (Red+Green+Blue) = 160+153+205=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #A099CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CD is #5F6632. Grayscale: #A0A0A0. Windows color (decimal): -6252083 or 13474208. OLE color: 13474208.

HSL color Cylindrical-coordinate representation of color #A099CD: hue angle of 248.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A099CD is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 153 205 -
CMYK 0.22 0.25 0 0.20
HSL 248.08º 0.34% 0.7% -
HSV(B) 248.08º 0.25% 0.8% -
XYZ 36.91 34.66 62.5 -
YUV 161.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 160 153 205 0.22 0.25 0 0.20 248.08 0.34 0.7
Hex A0 99 CD 16 19 0 14 F8 22 46
Octal 240 231 315 26 31 0 24 370 42 106
Binary 10100000 10011001 11001101 10110 11001 0 10100 11111000 100010 1000110

Color Harmonies of #A099CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099CD

Black with #A099CD

Text Example


Text Example

White with #A099CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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