Html Css Color HEX #A387C0 Cold Purple

📋 copy color: '#A387C0'

red 163 ◦ green 135 ◦ blue 192

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

Shades of Cold Purple #A387C0

Tints of Cold Purple #A387C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 33.27%
G = 27.55%
B = 39.18%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A387C0 (or 0xA387C0) is known color: Cold Purple. HEX triplet: A3, 87 and C0. RGB value is (163,135,192). Sum of RGB (Red+Green+Blue) = 163+135+192=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #A387C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C0 is #5C783F. Grayscale: #959595. Windows color (decimal): -6060096 or 12617635. OLE color: 12617635.

HSL color Cylindrical-coordinate representation of color #A387C0: hue angle of 269.47º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A387C0 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 135 192 -
CMYK 0.15 0.30 0 0.25
HSL 269.47º 0.31% 0.64% -
HSV(B) 269.47º 0.3% 0.75% -
XYZ 33.28 28.92 53.7 -
YUV 149.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 163 135 192 0.15 0.30 0 0.25 269.47 0.31 0.64
Hex A3 87 C0 F 1E 0 19 10D 1F 40
Octal 243 207 300 17 36 0 31 415 37 100
Binary 10100011 10000111 11000000 1111 11110 0 11001 100001101 11111 1000000

Color Harmonies of #A387C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387C0

Black with #A387C0

Text Example


Text Example

White with #A387C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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