Html Css Color HEX #A099F1 Wistful

📋 copy color: '#A099F1'

red 160 ◦ green 153 ◦ blue 241

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

Shades of Wistful #A099F1

Tints of Wistful #A099F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 28.88%
G = 27.62%
B = 43.5%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A099F1 (or 0xA099F1) is known color: Wistful. HEX triplet: A0, 99 and F1. RGB value is (160,153,241). Sum of RGB (Red+Green+Blue) = 160+153+241=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A099F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099F1 is #5F660E. Grayscale: #A4A4A4. Windows color (decimal): -6252047 or 15833504. OLE color: 15833504.

HSL color Cylindrical-coordinate representation of color #A099F1: hue angle of 244.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A099F1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 153 241 -
CMYK 0.34 0.37 0 0.05
HSL 244.77º 0.76% 0.77% -
HSV(B) 244.77º 0.37% 0.95% -
XYZ 41.77 36.61 88.08 -
YUV 165.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 160 153 241 0.34 0.37 0 0.05 244.77 0.76 0.77
Hex A0 99 F1 22 25 0 5 F5 4C 4D
Octal 240 231 361 42 45 0 5 365 114 115
Binary 10100000 10011001 11110001 100010 100101 0 101 11110101 1001100 1001101

Color Harmonies of #A099F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099F1

Black with #A099F1

Text Example


Text Example

White with #A099F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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