Html Css Color HEX #A387C1 Cold Purple

📋 copy color: '#A387C1'

red 163 ◦ green 135 ◦ blue 193

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

Shades of Cold Purple #A387C1

Tints of Cold Purple #A387C1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

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

R = 33.2%
G = 27.49%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A387C1 (or 0xA387C1) is known color: Cold Purple. HEX triplet: A3, 87 and C1. RGB value is (163,135,193). Sum of RGB (Red+Green+Blue) = 163+135+193=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A387C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C1 is #5C783E. Grayscale: #959595. Windows color (decimal): -6060095 or 12683171. OLE color: 12683171.

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

Color convert

RGB 163 135 193 -
CMYK 0.16 0.30 0 0.24
HSL 268.97º 0.32% 0.64% -
HSV(B) 268.97º 0.3% 0.76% -
XYZ 33.39 28.96 54.28 -
YUV 149.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 163 135 193 0.16 0.30 0 0.24 268.97 0.32 0.64
Hex A3 87 C1 10 1E 0 18 10D 20 40
Octal 243 207 301 20 36 0 30 415 40 100
Binary 10100011 10000111 11000001 10000 11110 0 11000 100001101 100000 1000000

Color Harmonies of #A387C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387C1

Black with #A387C1

Text Example


Text Example

White with #A387C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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