#A287C7

Color #A287C7 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A287C7

Tints of Cold Purple #A287C7

Color information

#A287C7 (or 0xA287C7) is unknown color: approx Cold Purple. HEX triplet: A2, 87 and C7. RGB value is (162,135,199). Sum of RGB (Red+Green+Blue) = 162+135+199=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #A287C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C7 is #5D7838. Grayscale: #969696. Windows color (decimal): -6125625 or 13076386. OLE color: 13076386.

HSL color Cylindrical-coordinate representation of color #A287C7: hue angle of 265.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A287C7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162135199-
CMYK0.190.3200.22
HSL265.31º36.36%65.49%-
HSV(B)265.31º32.16%78.04%-
XYZ33.8729.1357.87-
YUV150.37155.45136.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=32.66%
G=27.22%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621351990.190.3200.22265.3136.3665.49
HexA287C713200161092441
Octal242207307234002641144101
Binary101000101000011111000111100111000000101101000010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287C7; }

 p { color: rgb(162,135,199); }

 H1.HeaderClassName
 {
   color: #A287C7;
 }
 .AnyTagClassName
 {
   color: #A287C7;
 }
</style>
background-color css

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

 a { background-color: rgb(162,135,199); }

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

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

 span { border-color: rgb(162,135,199); }

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