Html Css Color HEX #A59EBA Spun Pearl

📋 copy color: '#A59EBA'

red 165 ◦ green 158 ◦ blue 186

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

Shades of Spun Pearl #A59EBA

Tints of Spun Pearl #A59EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 32.42%
G = 31.04%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A59EBA (or 0xA59EBA) is known color: Spun Pearl. HEX triplet: A5, 9E and BA. RGB value is (165,158,186). Sum of RGB (Red+Green+Blue) = 165+158+186=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EBA is #5A6145. Grayscale: #A3A3A3. Windows color (decimal): -5923142 or 12230309. OLE color: 12230309.

HSL color Cylindrical-coordinate representation of color #A59EBA: hue angle of 255º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59EBA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 158 186 -
CMYK 0.11 0.15 0 0.27
HSL 255º 0.17% 0.67% -
HSV(B) 255º 0.15% 0.73% -
XYZ 36.61 36 51.47 -
YUV 163.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 165 158 186 0.11 0.15 0 0.27 255 0.17 0.67
Hex A5 9E BA B F 0 1B FF 11 43
Octal 245 236 272 13 17 0 33 377 21 103
Binary 10100101 10011110 10111010 1011 1111 0 11011 11111111 10001 1000011

Color Harmonies of #A59EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EBA

Black with #A59EBA

Text Example


Text Example

White with #A59EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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