Html Css Color HEX #A09CE6 Wistful

📋 copy color: '#A09CE6'

red 160 ◦ green 156 ◦ blue 230

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

Shades of Wistful #A09CE6

Tints of Wistful #A09CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 29.3%
G = 28.57%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A09CE6 (or 0xA09CE6) is known color: Wistful. HEX triplet: A0, 9C and E6. RGB value is (160,156,230). Sum of RGB (Red+Green+Blue) = 160+156+230=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #A09CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CE6 is #5F6319. Grayscale: #A5A5A5. Windows color (decimal): -6251290 or 15113376. OLE color: 15113376.

HSL color Cylindrical-coordinate representation of color #A09CE6: hue angle of 243.24º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09CE6 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 156 230 -
CMYK 0.30 0.32 0 0.10
HSL 243.24º 0.6% 0.76% -
HSV(B) 243.24º 0.32% 0.9% -
XYZ 40.67 36.96 79.85 -
YUV 165.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 160 156 230 0.30 0.32 0 0.10 243.24 0.6 0.76
Hex A0 9C E6 1E 20 0 A F3 3C 4C
Octal 240 234 346 36 40 0 12 363 74 114
Binary 10100000 10011100 11100110 11110 100000 0 1010 11110011 111100 1001100

Color Harmonies of #A09CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CE6

Black with #A09CE6

Text Example


Text Example

White with #A09CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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