Html Css Color HEX #A59EB8 Spun Pearl

📋 copy color: '#A59EB8'

red 165 ◦ green 158 ◦ blue 184

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

Shades of Spun Pearl #A59EB8

Tints of Spun Pearl #A59EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 32.54%
G = 31.16%
B = 36.29%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A59EB8 (or 0xA59EB8) is known color: Spun Pearl. HEX triplet: A5, 9E and B8. RGB value is (165,158,184). Sum of RGB (Red+Green+Blue) = 165+158+184=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #A59EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EB8 is #5A6147. Grayscale: #A2A2A2. Windows color (decimal): -5923144 or 12099237. OLE color: 12099237.

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

Color convert

RGB 165 158 184 -
CMYK 0.10 0.14 0 0.28
HSL 256.15º 0.15% 0.67% -
HSV(B) 256.15º 0.14% 0.72% -
XYZ 36.4 35.91 50.36 -
YUV 163.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 165 158 184 0.10 0.14 0 0.28 256.15 0.15 0.67
Hex A5 9E B8 A E 0 1C 100 F 43
Octal 245 236 270 12 16 0 34 400 17 103
Binary 10100101 10011110 10111000 1010 1110 0 11100 100000000 1111 1000011

Color Harmonies of #A59EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EB8

Black with #A59EB8

Text Example


Text Example

White with #A59EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EB8; }

 p { color: rgb(165,158,184); }

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

background-color css

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

 a { background-color: rgb(165,158,184); }

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

border-color css

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

 span { border-color: rgb(165,158,184); }

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