Html Css Color HEX #A09CD5 Wistful

📋 copy color: '#A09CD5'

red 160 ◦ green 156 ◦ blue 213

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

Shades of Wistful #A09CD5

Tints of Wistful #A09CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 30.25%
G = 29.49%
B = 40.26%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A09CD5 (or 0xA09CD5) is known color: Wistful. HEX triplet: A0, 9C and D5. RGB value is (160,156,213). Sum of RGB (Red+Green+Blue) = 160+156+213=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #A09CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CD5 is #5F632A. Grayscale: #A3A3A3. Windows color (decimal): -6251307 or 13999264. OLE color: 13999264.

HSL color Cylindrical-coordinate representation of color #A09CD5: hue angle of 244.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09CD5 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 156 213 -
CMYK 0.25 0.27 0 0.16
HSL 244.21º 0.4% 0.72% -
HSV(B) 244.21º 0.27% 0.84% -
XYZ 38.4 36.05 67.89 -
YUV 163.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 160 156 213 0.25 0.27 0 0.16 244.21 0.4 0.72
Hex A0 9C D5 19 1B 0 10 F4 28 48
Octal 240 234 325 31 33 0 20 364 50 110
Binary 10100000 10011100 11010101 11001 11011 0 10000 11110100 101000 1001000

Color Harmonies of #A09CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CD5

Black with #A09CD5

Text Example


Text Example

White with #A09CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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