Html Css Color HEX #A29BB4 Spun Pearl

📋 copy color: '#A29BB4'

red 162 ◦ green 155 ◦ blue 180

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

Shades of Spun Pearl #A29BB4

Tints of Spun Pearl #A29BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

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

R = 32.6%
G = 31.19%
B = 36.22%

CMYK

 C value IS 0.1

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A29BB4 (or 0xA29BB4) is known color: Spun Pearl. HEX triplet: A2, 9B and B4. RGB value is (162,155,180). Sum of RGB (Red+Green+Blue) = 162+155+180=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #A29BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BB4 is #5D644B. Grayscale: #9F9F9F. Windows color (decimal): -6120524 or 11836322. OLE color: 11836322.

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

Color convert

RGB 162 155 180 -
CMYK 0.1 0.14 0 0.29
HSL 256.8º 0.14% 0.66% -
HSV(B) 256.8º 0.14% 0.71% -
XYZ 34.86 34.42 47.99 -
YUV 159.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 162 155 180 0.1 0.14 0 0.29 256.8 0.14 0.66
Hex A2 9B B4 A E 0 1D 101 E 42
Octal 242 233 264 12 16 0 35 401 16 102
Binary 10100010 10011011 10110100 1010 1110 0 11101 100000001 1110 1000010

Color Harmonies of #A29BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BB4

Black with #A29BB4

Text Example


Text Example

White with #A29BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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