Html Css Color HEX #AC63CC Medium Orchid

📋 copy color: '#AC63CC'

red 172 ◦ green 99 ◦ blue 204

#AC63CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AC63CC

Tints of Medium Orchid #AC63CC

RGB

 RED value IS 172 (67.58% from 255) = 36.21%

 GREEN value IS 99 (39.06% from 255) = 20.84%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 36.21%
G = 20.84%
B = 42.95%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC63CC (or 0xAC63CC) is known color: Medium Orchid. HEX triplet: AC, 63 and CC. RGB value is (172,99,204). Sum of RGB (Red+Green+Blue) = 172+99+204=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CC is #539C33. Grayscale: #848484. Windows color (decimal): -5479476 or 13394860. OLE color: 13394860.

HSL color Cylindrical-coordinate representation of color #AC63CC: hue angle of 281.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC63CC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 99 204 -
CMYK 0.16 0.51 0 0.2
HSL 281.71º 0.51% 0.59% -
HSV(B) 281.71º 0.51% 0.8% -
XYZ 32.37 22.05 59.68 -
YUV 132.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 172 99 204 0.16 0.51 0 0.2 281.71 0.51 0.59
Hex AC 63 CC 10 33 0 14 11A 33 3B
Octal 254 143 314 20 63 0 24 432 63 73
Binary 10101100 1100011 11001100 10000 110011 0 10100 100011010 110011 111011

Color Harmonies of #AC63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63CC

Black with #AC63CC

Text Example


Text Example

White with #AC63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63CC; }

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

 H1.HeaderClassName
 {
   color: #AC63CC;
 }
 .AnyTagClassName
 {
   color: #AC63CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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