Html Css Color HEX #A59EB2 Spun Pearl

📋 copy color: '#A59EB2'

red 165 ◦ green 158 ◦ blue 178

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

Shades of Spun Pearl #A59EB2

Tints of Spun Pearl #A59EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 32.93%
G = 31.54%
B = 35.53%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A59EB2 (or 0xA59EB2) is known color: Spun Pearl. HEX triplet: A5, 9E and B2. RGB value is (165,158,178). Sum of RGB (Red+Green+Blue) = 165+158+178=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #A59EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EB2 is #5A614D. Grayscale: #A2A2A2. Windows color (decimal): -5923150 or 11706021. OLE color: 11706021.

HSL color Cylindrical-coordinate representation of color #A59EB2: hue angle of 261º degrees, saturation: 0.11, 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 #A59EB2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 158 178 -
CMYK 0.07 0.11 0 0.30
HSL 261º 0.11% 0.66% -
HSV(B) 261º 0.11% 0.7% -
XYZ 35.78 35.67 47.12 -
YUV 162.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 165 158 178 0.07 0.11 0 0.30 261 0.11 0.66
Hex A5 9E B2 7 B 0 1E 105 B 42
Octal 245 236 262 7 13 0 36 405 13 102
Binary 10100101 10011110 10110010 111 1011 0 11110 100000101 1011 1000010

Color Harmonies of #A59EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EB2

Black with #A59EB2

Text Example


Text Example

White with #A59EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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