#A848DA

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

Shades of Medium Orchid #A848DA

Tints of Medium Orchid #A848DA

Color information

#A848DA (or 0xA848DA) is unknown color: approx Medium Orchid. HEX triplet: A8, 48 and DA. RGB value is (168,72,218). Sum of RGB (Red+Green+Blue) = 168+72+218=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A848DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848DA is #57B725. Grayscale: #747474. Windows color (decimal): -5748518 or 14305448. OLE color: 14305448.

HSL color Cylindrical-coordinate representation of color #A848DA: hue angle of 279.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A848DA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16872218-
CMYK0.230.6700.15
HSL279.45º66.36%56.86%-
HSV(B)279.45º66.97%85.49%-
XYZ31.1218.0268.17-
YUV117.35184.8164.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 218 (85.55% from 255) = 47.60%
R=36.68%
G=15.72%
B=47.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168722180.230.6700.15279.4566.3656.86
HexA848DA17430F1174239
Octal2501103322710301742710271
Binary10101000100100011011010101111000011011111000101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A848DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A848DA; }

 p { color: rgb(168,72,218); }

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

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

 a { background-color: rgb(168,72,218); }

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

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

 span { border-color: rgb(168,72,218); }

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