#A948EE

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

Shades of Medium Orchid #A948EE

Tints of Medium Orchid #A948EE

Color information

#A948EE (or 0xA948EE) is unknown color: approx Medium Orchid. HEX triplet: A9, 48 and EE. RGB value is (169,72,238). Sum of RGB (Red+Green+Blue) = 169+72+238=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A948EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948EE is #56B711. Grayscale: #777777. Windows color (decimal): -5682962 or 15616169. OLE color: 15616169.

HSL color Cylindrical-coordinate representation of color #A948EE: hue angle of 275.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A948EE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16972238-
CMYK0.290.7000.07
HSL275.06º83%60.78%-
HSV(B)275.06º69.75%93.33%-
XYZ34.1119.2482.81-
YUV119.93194.64163-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=35.28%
G=15.03%
B=49.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169722380.290.7000.07275.068360.78
HexA948EE1D4607113533d
Octal251110356351060742312375
Binary1010100110010001110111011101100011001111000100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A948EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A948EE; }

 p { color: rgb(169,72,238); }

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

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

 a { background-color: rgb(169,72,238); }

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

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

 span { border-color: rgb(169,72,238); }

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