Html Css Color HEX #A39BB4 Cold Purple

📋 copy color: '#A39BB4'

red 163 ◦ green 155 ◦ blue 180

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

Shades of Cold Purple #A39BB4

Tints of Cold Purple #A39BB4

RGB

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

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

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

R = 32.73%
G = 31.12%
B = 36.14%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A39BB4 (or 0xA39BB4) is known color: Cold Purple. HEX triplet: A3, 9B and B4. RGB value is (163,155,180). Sum of RGB (Red+Green+Blue) = 163+155+180=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #A39BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BB4 is #5C644B. Grayscale: #A0A0A0. Windows color (decimal): -6054988 or 11836323. OLE color: 11836323.

HSL color Cylindrical-coordinate representation of color #A39BB4: hue angle of 259.2º 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 #A39BB4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 155 180 -
CMYK 0.09 0.14 0 0.29
HSL 259.2º 0.14% 0.66% -
HSV(B) 259.2º 0.14% 0.71% -
XYZ 35.06 34.52 48 -
YUV 160.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 163 155 180 0.09 0.14 0 0.29 259.2 0.14 0.66
Hex A3 9B B4 9 E 0 1D 103 E 42
Octal 243 233 264 11 16 0 35 403 16 102
Binary 10100011 10011011 10110100 1001 1110 0 11101 100000011 1110 1000010

Color Harmonies of #A39BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BB4

Black with #A39BB4

Text Example


Text Example

White with #A39BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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