Html Css Color HEX #A59FB3 Spun Pearl

📋 copy color: '#A59FB3'

red 165 ◦ green 159 ◦ blue 179

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

Shades of Spun Pearl #A59FB3

Tints of Spun Pearl #A59FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 32.8%
G = 31.61%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A59FB3 (or 0xA59FB3) is known color: Spun Pearl. HEX triplet: A5, 9F and B3. RGB value is (165,159,179). Sum of RGB (Red+Green+Blue) = 165+159+179=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FB3 is #5A604C. Grayscale: #A3A3A3. Windows color (decimal): -5922893 or 11771813. OLE color: 11771813.

HSL color Cylindrical-coordinate representation of color #A59FB3: hue angle of 258º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59FB3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 159 179 -
CMYK 0.08 0.11 0 0.30
HSL 258º 0.12% 0.66% -
HSV(B) 258º 0.11% 0.7% -
XYZ 36.05 36.05 47.71 -
YUV 163.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 165 159 179 0.08 0.11 0 0.30 258 0.12 0.66
Hex A5 9F B3 8 B 0 1E 102 C 42
Octal 245 237 263 10 13 0 36 402 14 102
Binary 10100101 10011111 10110011 1000 1011 0 11110 100000010 1100 1000010

Color Harmonies of #A59FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FB3

Black with #A59FB3

Text Example


Text Example

White with #A59FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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