#A64BCF

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

Shades of Medium Orchid #A64BCF

Tints of Medium Orchid #A64BCF

Color information

#A64BCF (or 0xA64BCF) is unknown color: approx Medium Orchid. HEX triplet: A6, 4B and CF. RGB value is (166,75,207). Sum of RGB (Red+Green+Blue) = 166+75+207=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BCF is #59B430. Grayscale: #747474. Windows color (decimal): -5878833 or 13585318. OLE color: 13585318.

HSL color Cylindrical-coordinate representation of color #A64BCF: hue angle of 281.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64BCF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16675207-
CMYK0.200.6400.19
HSL281.36º57.89%55.29%-
HSV(B)281.36º63.77%81.18%-
XYZ29.517.6460.88-
YUV117.26178.65162.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=37.05%
G=16.74%
B=46.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166752070.200.6400.19281.3657.8955.29
HexA64BCF14400131193a37
Octal246113317241000234317267
Binary10100110100101111001111101001000000010011100011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BCF; }

 p { color: rgb(166,75,207); }

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

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

 a { background-color: rgb(166,75,207); }

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

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

 span { border-color: rgb(166,75,207); }

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