Html Css Color HEX #AC63CA Medium Orchid

📋 copy color: '#AC63CA'

red 172 ◦ green 99 ◦ blue 202

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

Shades of Medium Orchid #AC63CA

Tints of Medium Orchid #AC63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 36.36%
G = 20.93%
B = 42.71%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC63CA (or 0xAC63CA) is known color: Medium Orchid. HEX triplet: AC, 63 and CA. RGB value is (172,99,202). Sum of RGB (Red+Green+Blue) = 172+99+202=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CA is #539C35. Grayscale: #848484. Windows color (decimal): -5479478 or 13263788. OLE color: 13263788.

HSL color Cylindrical-coordinate representation of color #AC63CA: hue angle of 282.52º 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 #AC63CA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 99 202 -
CMYK 0.15 0.51 0 0.21
HSL 282.52º 0.49% 0.59% -
HSV(B) 282.52º 0.51% 0.79% -
XYZ 32.14 21.96 58.42 -
YUV 132.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 172 99 202 0.15 0.51 0 0.21 282.52 0.49 0.59
Hex AC 63 CA F 33 0 15 11B 31 3B
Octal 254 143 312 17 63 0 25 433 61 73
Binary 10101100 1100011 11001010 1111 110011 0 10101 100011011 110001 111011

Color Harmonies of #AC63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63CA

Black with #AC63CA

Text Example


Text Example

White with #AC63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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