Html Css Color HEX #A09EAD Spun Pearl

📋 copy color: '#A09EAD'

red 160 ◦ green 158 ◦ blue 173

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

Shades of Spun Pearl #A09EAD

Tints of Spun Pearl #A09EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 32.59%
G = 32.18%
B = 35.23%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A09EAD (or 0xA09EAD) is known color: Spun Pearl. HEX triplet: A0, 9E and AD. RGB value is (160,158,173). Sum of RGB (Red+Green+Blue) = 160+158+173=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A09EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EAD is #5F6152. Grayscale: #A0A0A0. Windows color (decimal): -6250835 or 11378336. OLE color: 11378336.

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

Color convert

RGB 160 158 173 -
CMYK 0.08 0.09 0 0.32
HSL 248º 0.08% 0.65% -
HSV(B) 248º 0.09% 0.68% -
XYZ 34.27 34.94 44.47 -
YUV 160.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 160 158 173 0.08 0.09 0 0.32 248 0.08 0.65
Hex A0 9E AD 8 9 0 20 F8 8 41
Octal 240 236 255 10 11 0 40 370 10 101
Binary 10100000 10011110 10101101 1000 1001 0 100000 11111000 1000 1000001

Color Harmonies of #A09EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EAD

Black with #A09EAD

Text Example


Text Example

White with #A09EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EAD; }

 p { color: rgb(160,158,173); }

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

background-color css

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

 a { background-color: rgb(160,158,173); }

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

border-color css

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

 span { border-color: rgb(160,158,173); }

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