Html Css Color HEX #AC48CB Medium Orchid

📋 copy color: '#AC48CB'

red 172 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #AC48CB

Tints of Medium Orchid #AC48CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.11%

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

R = 38.48%
G = 16.11%
B = 45.41%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC48CB (or 0xAC48CB) is known color: Medium Orchid. HEX triplet: AC, 48 and CB. RGB value is (172,72,203). Sum of RGB (Red+Green+Blue) = 172+72+203=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48CB is #53B734. Grayscale: #747474. Windows color (decimal): -5486389 or 13322412. OLE color: 13322412.

HSL color Cylindrical-coordinate representation of color #AC48CB: hue angle of 285.8º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC48CB is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 72 203 -
CMYK 0.15 0.65 0 0.20
HSL 285.8º 0.56% 0.54% -
HSV(B) 285.8º 0.65% 0.8% -
XYZ 30.11 17.72 58.33 -
YUV 116.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 172 72 203 0.15 0.65 0 0.20 285.8 0.56 0.54
Hex AC 48 CB F 41 0 14 11E 38 36
Octal 254 110 313 17 101 0 24 436 70 66
Binary 10101100 1001000 11001011 1111 1000001 0 10100 100011110 111000 110110

Color Harmonies of #AC48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48CB

Black with #AC48CB

Text Example


Text Example

White with #AC48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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