Html Css Color HEX #A386C1 Cold Purple

📋 copy color: '#A386C1'

red 163 ◦ green 134 ◦ blue 193

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

Shades of Cold Purple #A386C1

Tints of Cold Purple #A386C1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 33.27%
G = 27.35%
B = 39.39%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A386C1 (or 0xA386C1) is known color: Cold Purple. HEX triplet: A3, 86 and C1. RGB value is (163,134,193). Sum of RGB (Red+Green+Blue) = 163+134+193=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A386C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386C1 is #5C793E. Grayscale: #959595. Windows color (decimal): -6060351 or 12682915. OLE color: 12682915.

HSL color Cylindrical-coordinate representation of color #A386C1: hue angle of 269.49º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A386C1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 134 193 -
CMYK 0.16 0.31 0 0.24
HSL 269.49º 0.32% 0.64% -
HSV(B) 269.49º 0.31% 0.76% -
XYZ 33.26 28.69 54.24 -
YUV 149.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 163 134 193 0.16 0.31 0 0.24 269.49 0.32 0.64
Hex A3 86 C1 10 1F 0 18 10D 20 40
Octal 243 206 301 20 37 0 30 415 40 100
Binary 10100011 10000110 11000001 10000 11111 0 11000 100001101 100000 1000000

Color Harmonies of #A386C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386C1

Black with #A386C1

Text Example


Text Example

White with #A386C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386C1; }

 p { color: rgb(163,134,193); }

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

background-color css

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

 a { background-color: rgb(163,134,193); }

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

border-color css

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

 span { border-color: rgb(163,134,193); }

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