#A452D4

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

Shades of Medium Orchid #A452D4

Tints of Medium Orchid #A452D4

Color information

#A452D4 (or 0xA452D4) is unknown color: approx Medium Orchid. HEX triplet: A4, 52 and D4. RGB value is (164,82,212). Sum of RGB (Red+Green+Blue) = 164+82+212=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #A452D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452D4 is #5BAD2B. Grayscale: #787878. Windows color (decimal): -6008108 or 13914788. OLE color: 13914788.

HSL color Cylindrical-coordinate representation of color #A452D4: hue angle of 277.85º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A452D4 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16482212-
CMYK0.230.6100.17
HSL277.85º60.19%57.65%-
HSV(B)277.85º61.32%83.14%-
XYZ30.2118.6864.3-
YUV121.34179.17158.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 82 (32.42% from 255) = 17.90%
BLUE value IS 212 (83.20% from 255) = 46.29%
R=35.81%
G=17.90%
B=46.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164822120.230.6100.17277.8560.1957.65
HexA452D4173D0111163c3a
Octal24412232427750214267472
Binary1010010010100101101010010111111101010001100010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452D4; }

 p { color: rgb(164,82,212); }

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

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

 a { background-color: rgb(164,82,212); }

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

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

 span { border-color: rgb(164,82,212); }

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