#AC63D2

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

Shades of Medium Orchid #AC63D2

Tints of Medium Orchid #AC63D2

Color information

#AC63D2 (or 0xAC63D2) is unknown color: approx Medium Orchid. HEX triplet: AC, 63 and D2. RGB value is (172,99,210). Sum of RGB (Red+Green+Blue) = 172+99+210=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC63D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D2 is #539C2D. Grayscale: #858585. Windows color (decimal): -5479470 or 13788076. OLE color: 13788076.

HSL color Cylindrical-coordinate representation of color #AC63D2: hue angle of 279.46º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC63D2 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17299210-
CMYK0.180.5300.18
HSL279.46º55.22%60.59%-
HSV(B)279.46º52.86%82.35%-
XYZ33.1122.3563.54-
YUV133.48171.18155.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=35.76%
G=20.58%
B=43.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172992100.180.5300.18279.4655.2260.59
HexAC63D21235012117373d
Octal25414332222650224276775
Binary1010110011000111101001010010110101010010100010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63D2; }

 p { color: rgb(172,99,210); }

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

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

 a { background-color: rgb(172,99,210); }

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

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

 span { border-color: rgb(172,99,210); }

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