Html Css Color HEX #A09EB0 Spun Pearl

📋 copy color: '#A09EB0'

red 160 ◦ green 158 ◦ blue 176

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

Shades of Spun Pearl #A09EB0

Tints of Spun Pearl #A09EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 32.39%
G = 31.98%
B = 35.63%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A09EB0 (or 0xA09EB0) is known color: Spun Pearl. HEX triplet: A0, 9E and B0. RGB value is (160,158,176). Sum of RGB (Red+Green+Blue) = 160+158+176=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #A09EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EB0 is #5F614F. Grayscale: #A0A0A0. Windows color (decimal): -6250832 or 11574944. OLE color: 11574944.

HSL color Cylindrical-coordinate representation of color #A09EB0: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09EB0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 158 176 -
CMYK 0.09 0.10 0 0.31
HSL 246.67º 0.1% 0.65% -
HSV(B) 246.67º 0.1% 0.69% -
XYZ 34.56 35.06 46.02 -
YUV 160.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 160 158 176 0.09 0.10 0 0.31 246.67 0.1 0.65
Hex A0 9E B0 9 A 0 1F F7 A 41
Octal 240 236 260 11 12 0 37 367 12 101
Binary 10100000 10011110 10110000 1001 1010 0 11111 11110111 1010 1000001

Color Harmonies of #A09EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EB0

Black with #A09EB0

Text Example


Text Example

White with #A09EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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