Html Css Color HEX #A09DEA Wistful

📋 copy color: '#A09DEA'

red 160 ◦ green 157 ◦ blue 234

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

Shades of Wistful #A09DEA

Tints of Wistful #A09DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 29.04%
G = 28.49%
B = 42.47%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A09DEA (or 0xA09DEA) is known color: Wistful. HEX triplet: A0, 9D and EA. RGB value is (160,157,234). Sum of RGB (Red+Green+Blue) = 160+157+234=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A09DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DEA is #5F6215. Grayscale: #A6A6A6. Windows color (decimal): -6251030 or 15375776. OLE color: 15375776.

HSL color Cylindrical-coordinate representation of color #A09DEA: hue angle of 242.34º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09DEA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 157 234 -
CMYK 0.32 0.33 0 0.08
HSL 242.34º 0.65% 0.77% -
HSV(B) 242.34º 0.33% 0.92% -
XYZ 41.41 37.53 82.9 -
YUV 166.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 160 157 234 0.32 0.33 0 0.08 242.34 0.65 0.77
Hex A0 9D EA 20 21 0 8 F2 41 4D
Octal 240 235 352 40 41 0 10 362 101 115
Binary 10100000 10011101 11101010 100000 100001 0 1000 11110010 1000001 1001101

Color Harmonies of #A09DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DEA

Black with #A09DEA

Text Example


Text Example

White with #A09DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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