Html Css Color HEX #A59FB0 Spun Pearl

📋 copy color: '#A59FB0'

red 165 ◦ green 159 ◦ blue 176

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

Shades of Spun Pearl #A59FB0

Tints of Spun Pearl #A59FB0

RGB

 RED value IS 165 (64.84% from 255) = 33%

 GREEN value IS 159 (62.5% from 255) = 31.8%

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

R = 33%
G = 31.8%
B = 35.2%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A59FB0 (or 0xA59FB0) is known color: Spun Pearl. HEX triplet: A5, 9F and B0. RGB value is (165,159,176). Sum of RGB (Red+Green+Blue) = 165+159+176=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FB0 is #5A604F. Grayscale: #A2A2A2. Windows color (decimal): -5922896 or 11575205. OLE color: 11575205.

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

Color convert

RGB 165 159 176 -
CMYK 0.06 0.10 0 0.31
HSL 261.18º 0.1% 0.66% -
HSV(B) 261.18º 0.1% 0.69% -
XYZ 35.75 35.93 46.13 -
YUV 162.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 165 159 176 0.06 0.10 0 0.31 261.18 0.1 0.66
Hex A5 9F B0 6 A 0 1F 105 A 42
Octal 245 237 260 6 12 0 37 405 12 102
Binary 10100101 10011111 10110000 110 1010 0 11111 100000101 1010 1000010

Color Harmonies of #A59FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FB0

Black with #A59FB0

Text Example


Text Example

White with #A59FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FB0; }

 p { color: rgb(165,159,176); }

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

background-color css

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

 a { background-color: rgb(165,159,176); }

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

border-color css

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

 span { border-color: rgb(165,159,176); }

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