#A451DA

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

Shades of Medium Orchid #A451DA

Tints of Medium Orchid #A451DA

Color information

#A451DA (or 0xA451DA) is unknown color: approx Medium Orchid. HEX triplet: A4, 51 and DA. RGB value is (164,81,218). Sum of RGB (Red+Green+Blue) = 164+81+218=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A451DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451DA is #5BAE25. Grayscale: #787878. Windows color (decimal): -6008358 or 14307748. OLE color: 14307748.

HSL color Cylindrical-coordinate representation of color #A451DA: hue angle of 276.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A451DA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16481218-
CMYK0.250.6300.15
HSL276.35º64.93%58.63%-
HSV(B)276.35º62.84%85.49%-
XYZ30.9118.8468.34-
YUV121.44182.5158.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=35.42%
G=17.49%
B=47.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164812180.250.6300.15276.3564.9358.63
HexA451DA193F0F114413b
Octal244121332317701742410173
Binary1010010010100011101101011001111111011111000101001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451DA; }

 p { color: rgb(164,81,218); }

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

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

 a { background-color: rgb(164,81,218); }

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

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

 span { border-color: rgb(164,81,218); }

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