#A07FCA

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

Shades of Cold Purple #A07FCA

Tints of Cold Purple #A07FCA

Color information

#A07FCA (or 0xA07FCA) is unknown color: approx Cold Purple. HEX triplet: A0, 7F and CA. RGB value is (160,127,202). Sum of RGB (Red+Green+Blue) = 160+127+202=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A07FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FCA is #5F8035. Grayscale: #919191. Windows color (decimal): -6258742 or 13270944. OLE color: 13270944.

HSL color Cylindrical-coordinate representation of color #A07FCA: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07FCA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160127202-
CMYK0.210.3700.21
HSL266.4º41.44%64.51%-
HSV(B)266.4º37.13%79.22%-
XYZ32.7526.9259.35-
YUV145.42159.93138.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=32.72%
G=25.97%
B=41.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601272020.210.3700.21266.441.4464.51
HexA07FCA152501510a2941
Octal240177312254502541251101
Binary10100000111111111001010101011001010101011000010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FCA; }

 p { color: rgb(160,127,202); }

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

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

 a { background-color: rgb(160,127,202); }

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

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

 span { border-color: rgb(160,127,202); }

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