Html Css Color HEX #A39BAD Cold Purple

📋 copy color: '#A39BAD'

red 163 ◦ green 155 ◦ blue 173

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

Shades of Cold Purple #A39BAD

Tints of Cold Purple #A39BAD

RGB

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

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

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

R = 33.2%
G = 31.57%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A39BAD (or 0xA39BAD) is known color: Cold Purple. HEX triplet: A3, 9B and AD. RGB value is (163,155,173). Sum of RGB (Red+Green+Blue) = 163+155+173=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAD is #5C6452. Grayscale: #9F9F9F. Windows color (decimal): -6054995 or 11377571. OLE color: 11377571.

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

Color convert

RGB 163 155 173 -
CMYK 0.06 0.10 0 0.32
HSL 266.67º 0.1% 0.64% -
HSV(B) 266.67º 0.1% 0.68% -
XYZ 34.37 34.25 44.33 -
YUV 159.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 163 155 173 0.06 0.10 0 0.32 266.67 0.1 0.64
Hex A3 9B AD 6 A 0 20 10B A 40
Octal 243 233 255 6 12 0 40 413 12 100
Binary 10100011 10011011 10101101 110 1010 0 100000 100001011 1010 1000000

Color Harmonies of #A39BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BAD

Black with #A39BAD

Text Example


Text Example

White with #A39BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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