Html Css Color HEX #A099C3 Wistful

📋 copy color: '#A099C3'

red 160 ◦ green 153 ◦ blue 195

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

Shades of Wistful #A099C3

Tints of Wistful #A099C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 31.5%
G = 30.12%
B = 38.39%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A099C3 (or 0xA099C3) is known color: Wistful. HEX triplet: A0, 99 and C3. RGB value is (160,153,195). Sum of RGB (Red+Green+Blue) = 160+153+195=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #A099C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C3 is #5F663C. Grayscale: #9F9F9F. Windows color (decimal): -6252093 or 12818848. OLE color: 12818848.

HSL color Cylindrical-coordinate representation of color #A099C3: hue angle of 250º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A099C3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 153 195 -
CMYK 0.18 0.22 0 0.24
HSL 250º 0.26% 0.68% -
HSV(B) 250º 0.22% 0.76% -
XYZ 35.74 34.2 56.35 -
YUV 159.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 160 153 195 0.18 0.22 0 0.24 250 0.26 0.68
Hex A0 99 C3 12 16 0 18 FA 1A 44
Octal 240 231 303 22 26 0 30 372 32 104
Binary 10100000 10011001 11000011 10010 10110 0 11000 11111010 11010 1000100

Color Harmonies of #A099C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099C3

Black with #A099C3

Text Example


Text Example

White with #A099C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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