Html Css Color HEX #A09BAE Spun Pearl

📋 copy color: '#A09BAE'

red 160 ◦ green 155 ◦ blue 174

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

Shades of Spun Pearl #A09BAE

Tints of Spun Pearl #A09BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 32.72%
G = 31.7%
B = 35.58%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A09BAE (or 0xA09BAE) is known color: Spun Pearl. HEX triplet: A0, 9B and AE. RGB value is (160,155,174). Sum of RGB (Red+Green+Blue) = 160+155+174=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BAE is #5F6451. Grayscale: #9E9E9E. Windows color (decimal): -6251602 or 11443104. OLE color: 11443104.

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

Color convert

RGB 160 155 174 -
CMYK 0.08 0.11 0 0.32
HSL 255.79º 0.1% 0.65% -
HSV(B) 255.79º 0.11% 0.68% -
XYZ 33.86 33.97 44.82 -
YUV 158.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 160 155 174 0.08 0.11 0 0.32 255.79 0.1 0.65
Hex A0 9B AE 8 B 0 20 100 A 41
Octal 240 233 256 10 13 0 40 400 12 101
Binary 10100000 10011011 10101110 1000 1011 0 100000 100000000 1010 1000001

Color Harmonies of #A09BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BAE

Black with #A09BAE

Text Example


Text Example

White with #A09BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BAE; }

 p { color: rgb(160,155,174); }

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

background-color css

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

 a { background-color: rgb(160,155,174); }

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

border-color css

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

 span { border-color: rgb(160,155,174); }

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