Html Css Color HEX #A09DF1 Wistful

📋 copy color: '#A09DF1'

red 160 ◦ green 157 ◦ blue 241

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

Shades of Wistful #A09DF1

Tints of Wistful #A09DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

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

R = 28.67%
G = 28.14%
B = 43.19%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A09DF1 (or 0xA09DF1) is known color: Wistful. HEX triplet: A0, 9D and F1. RGB value is (160,157,241). Sum of RGB (Red+Green+Blue) = 160+157+241=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A09DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DF1 is #5F620E. Grayscale: #A7A7A7. Windows color (decimal): -6251023 or 15834528. OLE color: 15834528.

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

Color convert

RGB 160 157 241 -
CMYK 0.34 0.35 0 0.05
HSL 242.14º 0.75% 0.78% -
HSV(B) 242.14º 0.35% 0.95% -
XYZ 42.43 37.94 88.31 -
YUV 167.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 160 157 241 0.34 0.35 0 0.05 242.14 0.75 0.78
Hex A0 9D F1 22 23 0 5 F2 4B 4E
Octal 240 235 361 42 43 0 5 362 113 116
Binary 10100000 10011101 11110001 100010 100011 0 101 11110010 1001011 1001110

Color Harmonies of #A09DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DF1

Black with #A09DF1

Text Example


Text Example

White with #A09DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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