Html Css Color HEX #A87FD1 Cold Purple

📋 copy color: '#A87FD1'

red 168 ◦ green 127 ◦ blue 209

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

Shades of Cold Purple #A87FD1

Tints of Cold Purple #A87FD1

RGB

 RED value IS 168 (66.02% from 255) = 33.33%

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 33.33%
G = 25.2%
B = 41.47%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A87FD1 (or 0xA87FD1) is known color: Cold Purple. HEX triplet: A8, 7F and D1. RGB value is (168,127,209). Sum of RGB (Red+Green+Blue) = 168+127+209=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A87FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FD1 is #57802E. Grayscale: #949494. Windows color (decimal): -5734447 or 13729704. OLE color: 13729704.

HSL color Cylindrical-coordinate representation of color #A87FD1: hue angle of 270º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87FD1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 127 209 -
CMYK 0.20 0.39 0 0.18
HSL 270º 0.47% 0.66% -
HSV(B) 270º 0.39% 0.82% -
XYZ 35.25 28.11 63.89 -
YUV 148.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 168 127 209 0.20 0.39 0 0.18 270 0.47 0.66
Hex A8 7F D1 14 27 0 12 10E 2F 42
Octal 250 177 321 24 47 0 22 416 57 102
Binary 10101000 1111111 11010001 10100 100111 0 10010 100001110 101111 1000010

Color Harmonies of #A87FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87FD1

Black with #A87FD1

Text Example


Text Example

White with #A87FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87FD1; }

 p { color: rgb(168,127,209); }

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

background-color css

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

 a { background-color: rgb(168,127,209); }

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

border-color css

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

 span { border-color: rgb(168,127,209); }

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