Html Css Color HEX #A09FE1 Wistful

📋 copy color: '#A09FE1'

red 160 ◦ green 159 ◦ blue 225

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

Shades of Wistful #A09FE1

Tints of Wistful #A09FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.23%

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 29.41%
G = 29.23%
B = 41.36%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A09FE1 (or 0xA09FE1) is known color: Wistful. HEX triplet: A0, 9F and E1. RGB value is (160,159,225). Sum of RGB (Red+Green+Blue) = 160+159+225=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #A09FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FE1 is #5F601E. Grayscale: #A6A6A6. Windows color (decimal): -6250527 or 14786464. OLE color: 14786464.

HSL color Cylindrical-coordinate representation of color #A09FE1: hue angle of 240.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09FE1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 159 225 -
CMYK 0.29 0.29 0 0.12
HSL 240.91º 0.52% 0.75% -
HSV(B) 240.91º 0.29% 0.88% -
XYZ 40.49 37.71 76.38 -
YUV 166.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 160 159 225 0.29 0.29 0 0.12 240.91 0.52 0.75
Hex A0 9F E1 1D 1D 0 C F1 34 4B
Octal 240 237 341 35 35 0 14 361 64 113
Binary 10100000 10011111 11100001 11101 11101 0 1100 11110001 110100 1001011

Color Harmonies of #A09FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FE1

Black with #A09FE1

Text Example


Text Example

White with #A09FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FE1; }

 p { color: rgb(160,159,225); }

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

background-color css

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

 a { background-color: rgb(160,159,225); }

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

border-color css

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

 span { border-color: rgb(160,159,225); }

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