Html Css Color HEX #A099C4 Wistful

📋 copy color: '#A099C4'

red 160 ◦ green 153 ◦ blue 196

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

Shades of Wistful #A099C4

Tints of Wistful #A099C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 31.43%
G = 30.06%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A099C4 (or 0xA099C4) is known color: Wistful. HEX triplet: A0, 99 and C4. RGB value is (160,153,196). Sum of RGB (Red+Green+Blue) = 160+153+196=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #A099C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C4 is #5F663B. Grayscale: #9F9F9F. Windows color (decimal): -6252092 or 12884384. OLE color: 12884384.

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

Color convert

RGB 160 153 196 -
CMYK 0.18 0.22 0 0.23
HSL 249.77º 0.27% 0.68% -
HSV(B) 249.77º 0.22% 0.77% -
XYZ 35.85 34.24 56.94 -
YUV 160 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 160 153 196 0.18 0.22 0 0.23 249.77 0.27 0.68
Hex A0 99 C4 12 16 0 17 FA 1B 44
Octal 240 231 304 22 26 0 27 372 33 104
Binary 10100000 10011001 11000100 10010 10110 0 10111 11111010 11011 1000100

Color Harmonies of #A099C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099C4

Black with #A099C4

Text Example


Text Example

White with #A099C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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