Html Css Color HEX #A09DE0 Wistful

📋 copy color: '#A09DE0'

red 160 ◦ green 157 ◦ blue 224

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

Shades of Wistful #A09DE0

Tints of Wistful #A09DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 29.57%
G = 29.02%
B = 41.4%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A09DE0 (or 0xA09DE0) is known color: Wistful. HEX triplet: A0, 9D and E0. RGB value is (160,157,224). Sum of RGB (Red+Green+Blue) = 160+157+224=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DE0 is #5F621F. Grayscale: #A5A5A5. Windows color (decimal): -6251040 or 14720416. OLE color: 14720416.

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

Color convert

RGB 160 157 224 -
CMYK 0.29 0.30 0 0.12
HSL 242.69º 0.52% 0.75% -
HSV(B) 242.69º 0.3% 0.88% -
XYZ 40.01 36.97 75.55 -
YUV 165.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 160 157 224 0.29 0.30 0 0.12 242.69 0.52 0.75
Hex A0 9D E0 1D 1E 0 C F3 34 4B
Octal 240 235 340 35 36 0 14 363 64 113
Binary 10100000 10011101 11100000 11101 11110 0 1100 11110011 110100 1001011

Color Harmonies of #A09DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DE0

Black with #A09DE0

Text Example


Text Example

White with #A09DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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