Html Css Color HEX #A59FB7 Spun Pearl

📋 copy color: '#A59FB7'

red 165 ◦ green 159 ◦ blue 183

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

Shades of Spun Pearl #A59FB7

Tints of Spun Pearl #A59FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 32.54%
G = 31.36%
B = 36.09%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A59FB7 (or 0xA59FB7) is known color: Spun Pearl. HEX triplet: A5, 9F and B7. RGB value is (165,159,183). Sum of RGB (Red+Green+Blue) = 165+159+183=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #A59FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FB7 is #5A6048. Grayscale: #A3A3A3. Windows color (decimal): -5922889 or 12033957. OLE color: 12033957.

HSL color Cylindrical-coordinate representation of color #A59FB7: hue angle of 255º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59FB7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 159 183 -
CMYK 0.10 0.13 0 0.28
HSL 255º 0.14% 0.67% -
HSV(B) 255º 0.13% 0.72% -
XYZ 36.46 36.21 49.87 -
YUV 163.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 165 159 183 0.10 0.13 0 0.28 255 0.14 0.67
Hex A5 9F B7 A D 0 1C FF E 43
Octal 245 237 267 12 15 0 34 377 16 103
Binary 10100101 10011111 10110111 1010 1101 0 11100 11111111 1110 1000011

Color Harmonies of #A59FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FB7

Black with #A59FB7

Text Example


Text Example

White with #A59FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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