Html Css Color HEX #A09EAA Spun Pearl

📋 copy color: '#A09EAA'

red 160 ◦ green 158 ◦ blue 170

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

Shades of Spun Pearl #A09EAA

Tints of Spun Pearl #A09EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 32.79%
G = 32.38%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09EAA (or 0xA09EAA) is known color: Spun Pearl. HEX triplet: A0, 9E and AA. RGB value is (160,158,170). Sum of RGB (Red+Green+Blue) = 160+158+170=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A09EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EAA is #5F6155. Grayscale: #9F9F9F. Windows color (decimal): -6250838 or 11181728. OLE color: 11181728.

HSL color Cylindrical-coordinate representation of color #A09EAA: hue angle of 250º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09EAA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 158 170 -
CMYK 0.06 0.07 0 0.33
HSL 250º 0.07% 0.64% -
HSV(B) 250º 0.07% 0.67% -
XYZ 33.98 34.83 42.96 -
YUV 159.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 160 158 170 0.06 0.07 0 0.33 250 0.07 0.64
Hex A0 9E AA 6 7 0 21 FA 7 40
Octal 240 236 252 6 7 0 41 372 7 100
Binary 10100000 10011110 10101010 110 111 0 100001 11111010 111 1000000

Color Harmonies of #A09EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EAA

Black with #A09EAA

Text Example


Text Example

White with #A09EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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