Html Css Color HEX #A09DDE Wistful

📋 copy color: '#A09DDE'

red 160 ◦ green 157 ◦ blue 222

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

Shades of Wistful #A09DDE

Tints of Wistful #A09DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 29.68%
G = 29.13%
B = 41.19%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09DDE (or 0xA09DDE) is known color: Wistful. HEX triplet: A0, 9D and DE. RGB value is (160,157,222). Sum of RGB (Red+Green+Blue) = 160+157+222=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A09DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDE is #5F6221. Grayscale: #A5A5A5. Windows color (decimal): -6251042 or 14589344. OLE color: 14589344.

HSL color Cylindrical-coordinate representation of color #A09DDE: hue angle of 242.77º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09DDE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 157 222 -
CMYK 0.28 0.29 0 0.13
HSL 242.77º 0.5% 0.74% -
HSV(B) 242.77º 0.29% 0.87% -
XYZ 39.74 36.86 74.13 -
YUV 165.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 160 157 222 0.28 0.29 0 0.13 242.77 0.5 0.74
Hex A0 9D DE 1C 1D 0 D F3 32 4A
Octal 240 235 336 34 35 0 15 363 62 112
Binary 10100000 10011101 11011110 11100 11101 0 1101 11110011 110010 1001010

Color Harmonies of #A09DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DDE

Black with #A09DDE

Text Example


Text Example

White with #A09DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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