Html Css Color HEX #A29DB4 Spun Pearl

📋 copy color: '#A29DB4'

red 162 ◦ green 157 ◦ blue 180

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

Shades of Spun Pearl #A29DB4

Tints of Spun Pearl #A29DB4

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 32.46%
G = 31.46%
B = 36.07%

CMYK

 C value IS 0.1

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A29DB4 (or 0xA29DB4) is known color: Spun Pearl. HEX triplet: A2, 9D and B4. RGB value is (162,157,180). Sum of RGB (Red+Green+Blue) = 162+157+180=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A29DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DB4 is #5D624B. Grayscale: #A1A1A1. Windows color (decimal): -6120012 or 11836834. OLE color: 11836834.

HSL color Cylindrical-coordinate representation of color #A29DB4: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29DB4 is Cyan = 0.1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 157 180 -
CMYK 0.1 0.13 0 0.29
HSL 253.04º 0.13% 0.66% -
HSV(B) 253.04º 0.13% 0.71% -
XYZ 35.2 35.09 48.1 -
YUV 161.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 162 157 180 0.1 0.13 0 0.29 253.04 0.13 0.66
Hex A2 9D B4 A D 0 1D FD D 42
Octal 242 235 264 12 15 0 35 375 15 102
Binary 10100010 10011101 10110100 1010 1101 0 11101 11111101 1101 1000010

Color Harmonies of #A29DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DB4

Black with #A29DB4

Text Example


Text Example

White with #A29DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DB4; }

 p { color: rgb(162,157,180); }

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

background-color css

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

 a { background-color: rgb(162,157,180); }

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

border-color css

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

 span { border-color: rgb(162,157,180); }

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