Html Css Color HEX #A59DB5 Spun Pearl

📋 copy color: '#A59DB5'

red 165 ◦ green 157 ◦ blue 181

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

Shades of Spun Pearl #A59DB5

Tints of Spun Pearl #A59DB5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 32.8%
G = 31.21%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A59DB5 (or 0xA59DB5) is known color: Spun Pearl. HEX triplet: A5, 9D and B5. RGB value is (165,157,181). Sum of RGB (Red+Green+Blue) = 165+157+181=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #A59DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DB5 is #5A624A. Grayscale: #A2A2A2. Windows color (decimal): -5923403 or 11902373. OLE color: 11902373.

HSL color Cylindrical-coordinate representation of color #A59DB5: hue angle of 260º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59DB5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 157 181 -
CMYK 0.09 0.13 0 0.29
HSL 260º 0.14% 0.66% -
HSV(B) 260º 0.13% 0.71% -
XYZ 35.91 35.45 48.67 -
YUV 162.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 165 157 181 0.09 0.13 0 0.29 260 0.14 0.66
Hex A5 9D B5 9 D 0 1D 104 E 42
Octal 245 235 265 11 15 0 35 404 16 102
Binary 10100101 10011101 10110101 1001 1101 0 11101 100000100 1110 1000010

Color Harmonies of #A59DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DB5

Black with #A59DB5

Text Example


Text Example

White with #A59DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DB5; }

 p { color: rgb(165,157,181); }

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

background-color css

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

 a { background-color: rgb(165,157,181); }

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

border-color css

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

 span { border-color: rgb(165,157,181); }

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