Html Css Color HEX #A59DBA Spun Pearl

📋 copy color: '#A59DBA'

red 165 ◦ green 157 ◦ blue 186

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

Shades of Spun Pearl #A59DBA

Tints of Spun Pearl #A59DBA

RGB

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

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

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

R = 32.48%
G = 30.91%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A59DBA (or 0xA59DBA) is known color: Spun Pearl. HEX triplet: A5, 9D and BA. RGB value is (165,157,186). Sum of RGB (Red+Green+Blue) = 165+157+186=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBA is #5A6245. Grayscale: #A2A2A2. Windows color (decimal): -5923398 or 12230053. OLE color: 12230053.

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

Color convert

RGB 165 157 186 -
CMYK 0.11 0.16 0 0.27
HSL 256.55º 0.17% 0.67% -
HSV(B) 256.55º 0.16% 0.73% -
XYZ 36.44 35.66 51.42 -
YUV 162.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 165 157 186 0.11 0.16 0 0.27 256.55 0.17 0.67
Hex A5 9D BA B 10 0 1B 101 11 43
Octal 245 235 272 13 20 0 33 401 21 103
Binary 10100101 10011101 10111010 1011 10000 0 11011 100000001 10001 1000011

Color Harmonies of #A59DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DBA

Black with #A59DBA

Text Example


Text Example

White with #A59DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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