Html Css Color HEX #A09CEB Wistful

📋 copy color: '#A09CEB'

red 160 ◦ green 156 ◦ blue 235

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

Shades of Wistful #A09CEB

Tints of Wistful #A09CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 29.04%
G = 28.31%
B = 42.65%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A09CEB (or 0xA09CEB) is known color: Wistful. HEX triplet: A0, 9C and EB. RGB value is (160,156,235). Sum of RGB (Red+Green+Blue) = 160+156+235=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CEB is #5F6314. Grayscale: #A5A5A5. Windows color (decimal): -6251285 or 15441056. OLE color: 15441056.

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

Color convert

RGB 160 156 235 -
CMYK 0.32 0.34 0 0.08
HSL 243.04º 0.66% 0.77% -
HSV(B) 243.04º 0.34% 0.92% -
XYZ 41.38 37.25 83.61 -
YUV 166.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 160 156 235 0.32 0.34 0 0.08 243.04 0.66 0.77
Hex A0 9C EB 20 22 0 8 F3 42 4D
Octal 240 234 353 40 42 0 10 363 102 115
Binary 10100000 10011100 11101011 100000 100010 0 1000 11110011 1000010 1001101

Color Harmonies of #A09CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CEB

Black with #A09CEB

Text Example


Text Example

White with #A09CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CEB; }

 p { color: rgb(160,156,235); }

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

background-color css

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

 a { background-color: rgb(160,156,235); }

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

border-color css

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

 span { border-color: rgb(160,156,235); }

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