Html Css Color HEX #AC63CE Medium Orchid

📋 copy color: '#AC63CE'

red 172 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #AC63CE

Tints of Medium Orchid #AC63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 36.06%
G = 20.75%
B = 43.19%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC63CE (or 0xAC63CE) is known color: Medium Orchid. HEX triplet: AC, 63 and CE. RGB value is (172,99,206). Sum of RGB (Red+Green+Blue) = 172+99+206=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CE is #539C31. Grayscale: #848484. Windows color (decimal): -5479474 or 13525932. OLE color: 13525932.

HSL color Cylindrical-coordinate representation of color #AC63CE: hue angle of 280.93º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC63CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 99 206 -
CMYK 0.17 0.52 0 0.19
HSL 280.93º 0.52% 0.6% -
HSV(B) 280.93º 0.52% 0.81% -
XYZ 32.62 22.15 60.95 -
YUV 133.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 172 99 206 0.17 0.52 0 0.19 280.93 0.52 0.6
Hex AC 63 CE 11 34 0 13 119 34 3C
Octal 254 143 316 21 64 0 23 431 64 74
Binary 10101100 1100011 11001110 10001 110100 0 10011 100011001 110100 111100

Color Harmonies of #AC63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63CE

Black with #AC63CE

Text Example


Text Example

White with #AC63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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