#A95AEB

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

Shades of Medium Orchid #A95AEB

Tints of Medium Orchid #A95AEB

Color information

#A95AEB (or 0xA95AEB) is unknown color: approx Medium Orchid. HEX triplet: A9, 5A and EB. RGB value is (169,90,235). Sum of RGB (Red+Green+Blue) = 169+90+235=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #A95AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95AEB is #56A514. Grayscale: #818181. Windows color (decimal): -5678357 or 15424169. OLE color: 15424169.

HSL color Cylindrical-coordinate representation of color #A95AEB: hue angle of 272.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95AEB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16990235-
CMYK0.280.6200.08
HSL272.69º78.38%63.73%-
HSV(B)272.69º61.7%92.16%-
XYZ35.0121.7580.95-
YUV130.15187.17155.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 90 (35.55% from 255) = 18.22%
BLUE value IS 235 (92.19% from 255) = 47.57%
R=34.21%
G=18.22%
B=47.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal169902350.280.6200.08272.6978.3863.73
HexA95AEB1C3E081114e40
Octal2511323533476010421116100
Binary10101001101101011101011111001111100100010001000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AEB; }

 p { color: rgb(169,90,235); }

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

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

 a { background-color: rgb(169,90,235); }

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

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

 span { border-color: rgb(169,90,235); }

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