Html Css Color HEX #A09CEC Wistful

📋 copy color: '#A09CEC'

red 160 ◦ green 156 ◦ blue 236

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

Shades of Wistful #A09CEC

Tints of Wistful #A09CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 28.99%
G = 28.26%
B = 42.75%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A09CEC (or 0xA09CEC) is known color: Wistful. HEX triplet: A0, 9C and EC. RGB value is (160,156,236). Sum of RGB (Red+Green+Blue) = 160+156+236=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CEC is #5F6313. Grayscale: #A6A6A6. Windows color (decimal): -6251284 or 15506592. OLE color: 15506592.

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

Color convert

RGB 160 156 236 -
CMYK 0.32 0.34 0 0.07
HSL 243º 0.68% 0.77% -
HSV(B) 243º 0.34% 0.93% -
XYZ 41.53 37.31 84.37 -
YUV 166.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 160 156 236 0.32 0.34 0 0.07 243 0.68 0.77
Hex A0 9C EC 20 22 0 7 F3 44 4D
Octal 240 234 354 40 42 0 7 363 104 115
Binary 10100000 10011100 11101100 100000 100010 0 111 11110011 1000100 1001101

Color Harmonies of #A09CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CEC

Black with #A09CEC

Text Example


Text Example

White with #A09CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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