Html Css Color HEX #A19EAD Spun Pearl

📋 copy color: '#A19EAD'

red 161 ◦ green 158 ◦ blue 173

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

Shades of Spun Pearl #A19EAD

Tints of Spun Pearl #A19EAD

RGB

 RED value IS 161 (63.28% from 255) = 32.72%

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

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 32.72%
G = 32.11%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A19EAD (or 0xA19EAD) is known color: Spun Pearl. HEX triplet: A1, 9E and AD. RGB value is (161,158,173). Sum of RGB (Red+Green+Blue) = 161+158+173=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A19EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EAD is #5E6152. Grayscale: #A0A0A0. Windows color (decimal): -6185299 or 11378337. OLE color: 11378337.

HSL color Cylindrical-coordinate representation of color #A19EAD: hue angle of 252º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19EAD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 158 173 -
CMYK 0.07 0.09 0 0.32
HSL 252º 0.08% 0.65% -
HSV(B) 252º 0.09% 0.68% -
XYZ 34.47 35.05 44.48 -
YUV 160.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 161 158 173 0.07 0.09 0 0.32 252 0.08 0.65
Hex A1 9E AD 7 9 0 20 FC 8 41
Octal 241 236 255 7 11 0 40 374 10 101
Binary 10100001 10011110 10101101 111 1001 0 100000 11111100 1000 1000001

Color Harmonies of #A19EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EAD

Black with #A19EAD

Text Example


Text Example

White with #A19EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EAD; }

 p { color: rgb(161,158,173); }

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

background-color css

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

 a { background-color: rgb(161,158,173); }

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

border-color css

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

 span { border-color: rgb(161,158,173); }

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