#A27DF3

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

Shades of Medium Purple #A27DF3

Tints of Medium Purple #A27DF3

Color information

#A27DF3 (or 0xA27DF3) is unknown color: approx Medium Purple. HEX triplet: A2, 7D and F3. RGB value is (162,125,243). Sum of RGB (Red+Green+Blue) = 162+125+243=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #A27DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DF3 is #5D820C. Grayscale: #959595. Windows color (decimal): -6128141 or 15957410. OLE color: 15957410.

HSL color Cylindrical-coordinate representation of color #A27DF3: hue angle of 258.81º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27DF3 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162125243-
CMYK0.330.4900.05
HSL258.81º83.1%72.16%-
HSV(B)258.81º48.56%95.29%-
XYZ38.4128.8288.33-
YUV149.51180.76136.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=30.57%
G=23.58%
B=45.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621252430.330.4900.05258.8183.172.16
HexA27DF32131051035348
Octal242175363416105403123110
Binary10100010111110111110011100001110001010110000001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DF3; }

 p { color: rgb(162,125,243); }

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

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

 a { background-color: rgb(162,125,243); }

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

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

 span { border-color: rgb(162,125,243); }

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