Html Css Color HEX #A39BAE Cold Purple

📋 copy color: '#A39BAE'

red 163 ◦ green 155 ◦ blue 174

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

Shades of Cold Purple #A39BAE

Tints of Cold Purple #A39BAE

RGB

 RED value IS 163 (64.06% from 255) = 33.13%

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 33.13%
G = 31.5%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A39BAE (or 0xA39BAE) is known color: Cold Purple. HEX triplet: A3, 9B and AE. RGB value is (163,155,174). Sum of RGB (Red+Green+Blue) = 163+155+174=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A39BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAE is #5C6451. Grayscale: #9F9F9F. Windows color (decimal): -6054994 or 11443107. OLE color: 11443107.

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

Color convert

RGB 163 155 174 -
CMYK 0.06 0.11 0 0.32
HSL 265.26º 0.1% 0.65% -
HSV(B) 265.26º 0.11% 0.68% -
XYZ 34.47 34.29 44.85 -
YUV 159.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 163 155 174 0.06 0.11 0 0.32 265.26 0.1 0.65
Hex A3 9B AE 6 B 0 20 109 A 41
Octal 243 233 256 6 13 0 40 411 12 101
Binary 10100011 10011011 10101110 110 1011 0 100000 100001001 1010 1000001

Color Harmonies of #A39BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BAE

Black with #A39BAE

Text Example


Text Example

White with #A39BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BAE; }

 p { color: rgb(163,155,174); }

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

background-color css

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

 a { background-color: rgb(163,155,174); }

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

border-color css

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

 span { border-color: rgb(163,155,174); }

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