Html Css Color HEX #AC63CB Medium Orchid

📋 copy color: '#AC63CB'

red 172 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #AC63CB

Tints of Medium Orchid #AC63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 36.29%
G = 20.89%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC63CB (or 0xAC63CB) is known color: Medium Orchid. HEX triplet: AC, 63 and CB. RGB value is (172,99,203). Sum of RGB (Red+Green+Blue) = 172+99+203=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CB is #539C34. Grayscale: #848484. Windows color (decimal): -5479477 or 13329324. OLE color: 13329324.

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

Color convert

RGB 172 99 203 -
CMYK 0.15 0.51 0 0.20
HSL 282.12º 0.5% 0.59% -
HSV(B) 282.12º 0.51% 0.8% -
XYZ 32.25 22.01 59.05 -
YUV 132.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 172 99 203 0.15 0.51 0 0.20 282.12 0.5 0.59
Hex AC 63 CB F 33 0 14 11A 32 3B
Octal 254 143 313 17 63 0 24 432 62 73
Binary 10101100 1100011 11001011 1111 110011 0 10100 100011010 110010 111011

Color Harmonies of #AC63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63CB

Black with #AC63CB

Text Example


Text Example

White with #AC63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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