Html Css Color HEX #A09CEA Wistful

📋 copy color: '#A09CEA'

red 160 ◦ green 156 ◦ blue 234

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

Shades of Wistful #A09CEA

Tints of Wistful #A09CEA

RGB

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

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

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

R = 29.09%
G = 28.36%
B = 42.55%

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

#A09CEA (or 0xA09CEA) is known color: Wistful. HEX triplet: A0, 9C and EA. RGB value is (160,156,234). Sum of RGB (Red+Green+Blue) = 160+156+234=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #A09CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CEA is #5F6315. Grayscale: #A5A5A5. Windows color (decimal): -6251286 or 15375520. OLE color: 15375520.

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

Color convert

RGB 160 156 234 -
CMYK 0.32 0.33 0 0.08
HSL 243.08º 0.65% 0.76% -
HSV(B) 243.08º 0.33% 0.92% -
XYZ 41.24 37.19 82.85 -
YUV 166.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 160 156 234 0.32 0.33 0 0.08 243.08 0.65 0.76
Hex A0 9C EA 20 21 0 8 F3 41 4C
Octal 240 234 352 40 41 0 10 363 101 114
Binary 10100000 10011100 11101010 100000 100001 0 1000 11110011 1000001 1001100

Color Harmonies of #A09CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CEA

Black with #A09CEA

Text Example


Text Example

White with #A09CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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