Html Css Color HEX #AC63C9 Medium Orchid

📋 copy color: '#AC63C9'

red 172 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #AC63C9

Tints of Medium Orchid #AC63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 36.44%
G = 20.97%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC63C9 (or 0xAC63C9) is known color: Medium Orchid. HEX triplet: AC, 63 and C9. RGB value is (172,99,201). Sum of RGB (Red+Green+Blue) = 172+99+201=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63C9 is #539C36. Grayscale: #848484. Windows color (decimal): -5479479 or 13198252. OLE color: 13198252.

HSL color Cylindrical-coordinate representation of color #AC63C9: hue angle of 282.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC63C9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 99 201 -
CMYK 0.14 0.51 0 0.21
HSL 282.94º 0.49% 0.59% -
HSV(B) 282.94º 0.51% 0.79% -
XYZ 32.02 21.91 57.8 -
YUV 132.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 172 99 201 0.14 0.51 0 0.21 282.94 0.49 0.59
Hex AC 63 C9 E 33 0 15 11B 31 3B
Octal 254 143 311 16 63 0 25 433 61 73
Binary 10101100 1100011 11001001 1110 110011 0 10101 100011011 110001 111011

Color Harmonies of #AC63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63C9

Black with #AC63C9

Text Example


Text Example

White with #AC63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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