Html Css Color HEX #A387BF Cold Purple

📋 copy color: '#A387BF'

red 163 ◦ green 135 ◦ blue 191

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

Shades of Cold Purple #A387BF

Tints of Cold Purple #A387BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 33.33%
G = 27.61%
B = 39.06%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A387BF (or 0xA387BF) is known color: Cold Purple. HEX triplet: A3, 87 and BF. RGB value is (163,135,191). Sum of RGB (Red+Green+Blue) = 163+135+191=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A387BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387BF is #5C7840. Grayscale: #959595. Windows color (decimal): -6060097 or 12552099. OLE color: 12552099.

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

Color convert

RGB 163 135 191 -
CMYK 0.15 0.29 0 0.25
HSL 270º 0.3% 0.64% -
HSV(B) 270º 0.29% 0.75% -
XYZ 33.17 28.88 53.12 -
YUV 149.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 163 135 191 0.15 0.29 0 0.25 270 0.3 0.64
Hex A3 87 BF F 1D 0 19 10E 1E 40
Octal 243 207 277 17 35 0 31 416 36 100
Binary 10100011 10000111 10111111 1111 11101 0 11001 100001110 11110 1000000

Color Harmonies of #A387BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387BF

Black with #A387BF

Text Example


Text Example

White with #A387BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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