Html Css Color HEX #A09ACC Wistful

📋 copy color: '#A09ACC'

red 160 ◦ green 154 ◦ blue 204

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

Shades of Wistful #A09ACC

Tints of Wistful #A09ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 30.89%
G = 29.73%
B = 39.38%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A09ACC (or 0xA09ACC) is known color: Wistful. HEX triplet: A0, 9A and CC. RGB value is (160,154,204). Sum of RGB (Red+Green+Blue) = 160+154+204=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACC is #5F6533. Grayscale: #A1A1A1. Windows color (decimal): -6251828 or 13408928. OLE color: 13408928.

HSL color Cylindrical-coordinate representation of color #A09ACC: hue angle of 247.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09ACC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 154 204 -
CMYK 0.22 0.25 0 0.2
HSL 247.2º 0.33% 0.7% -
HSV(B) 247.2º 0.25% 0.8% -
XYZ 36.95 34.94 61.92 -
YUV 161.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 160 154 204 0.22 0.25 0 0.2 247.2 0.33 0.7
Hex A0 9A CC 16 19 0 14 F7 21 46
Octal 240 232 314 26 31 0 24 367 41 106
Binary 10100000 10011010 11001100 10110 11001 0 10100 11110111 100001 1000110

Color Harmonies of #A09ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ACC

Black with #A09ACC

Text Example


Text Example

White with #A09ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ACC; }

 p { color: rgb(160,154,204); }

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

background-color css

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

 a { background-color: rgb(160,154,204); }

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

border-color css

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

 span { border-color: rgb(160,154,204); }

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