Html Css Color HEX #A39ABA Cold Purple

📋 copy color: '#A39ABA'

red 163 ◦ green 154 ◦ blue 186

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

Shades of Cold Purple #A39ABA

Tints of Cold Purple #A39ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 32.41%
G = 30.62%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A39ABA (or 0xA39ABA) is known color: Cold Purple. HEX triplet: A3, 9A and BA. RGB value is (163,154,186). Sum of RGB (Red+Green+Blue) = 163+154+186=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A39ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABA is #5C6545. Grayscale: #A0A0A0. Windows color (decimal): -6055238 or 12229283. OLE color: 12229283.

HSL color Cylindrical-coordinate representation of color #A39ABA: hue angle of 256.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39ABA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 154 186 -
CMYK 0.12 0.17 0 0.27
HSL 256.88º 0.19% 0.67% -
HSV(B) 256.88º 0.17% 0.73% -
XYZ 35.52 34.44 51.23 -
YUV 160.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 163 154 186 0.12 0.17 0 0.27 256.88 0.19 0.67
Hex A3 9A BA C 11 0 1B 101 13 43
Octal 243 232 272 14 21 0 33 401 23 103
Binary 10100011 10011010 10111010 1100 10001 0 11011 100000001 10011 1000011

Color Harmonies of #A39ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39ABA

Black with #A39ABA

Text Example


Text Example

White with #A39ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39ABA; }

 p { color: rgb(163,154,186); }

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

background-color css

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

 a { background-color: rgb(163,154,186); }

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

border-color css

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

 span { border-color: rgb(163,154,186); }

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