Html Css Color HEX #A09CEE Wistful

📋 copy color: '#A09CEE'

red 160 ◦ green 156 ◦ blue 238

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

Shades of Wistful #A09CEE

Tints of Wistful #A09CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 28.88%
G = 28.16%
B = 42.96%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A09CEE (or 0xA09CEE) is known color: Wistful. HEX triplet: A0, 9C and EE. RGB value is (160,156,238). Sum of RGB (Red+Green+Blue) = 160+156+238=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CEE is #5F6311. Grayscale: #A6A6A6. Windows color (decimal): -6251282 or 15637664. OLE color: 15637664.

HSL color Cylindrical-coordinate representation of color #A09CEE: hue angle of 242.93º degrees, saturation: 0.71, 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 #A09CEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 156 238 -
CMYK 0.33 0.34 0 0.07
HSL 242.93º 0.71% 0.77% -
HSV(B) 242.93º 0.34% 0.93% -
XYZ 41.82 37.42 85.91 -
YUV 166.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 160 156 238 0.33 0.34 0 0.07 242.93 0.71 0.77
Hex A0 9C EE 21 22 0 7 F3 47 4D
Octal 240 234 356 41 42 0 7 363 107 115
Binary 10100000 10011100 11101110 100001 100010 0 111 11110011 1000111 1001101

Color Harmonies of #A09CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CEE

Black with #A09CEE

Text Example


Text Example

White with #A09CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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