Html Css Color HEX #A09CB0 Spun Pearl

📋 copy color: '#A09CB0'

red 160 ◦ green 156 ◦ blue 176

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

Shades of Spun Pearl #A09CB0

Tints of Spun Pearl #A09CB0

RGB

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

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

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

R = 32.52%
G = 31.71%
B = 35.77%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A09CB0 (or 0xA09CB0) is known color: Spun Pearl. HEX triplet: A0, 9C and B0. RGB value is (160,156,176). Sum of RGB (Red+Green+Blue) = 160+156+176=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #A09CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CB0 is #5F634F. Grayscale: #9F9F9F. Windows color (decimal): -6251344 or 11574432. OLE color: 11574432.

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

Color convert

RGB 160 156 176 -
CMYK 0.09 0.11 0 0.31
HSL 252º 0.11% 0.65% -
HSV(B) 252º 0.11% 0.69% -
XYZ 34.22 34.39 45.91 -
YUV 159.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 160 156 176 0.09 0.11 0 0.31 252 0.11 0.65
Hex A0 9C B0 9 B 0 1F FC B 41
Octal 240 234 260 11 13 0 37 374 13 101
Binary 10100000 10011100 10110000 1001 1011 0 11111 11111100 1011 1000001

Color Harmonies of #A09CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CB0

Black with #A09CB0

Text Example


Text Example

White with #A09CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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