Html Css Color HEX #AC54CB Medium Orchid

📋 copy color: '#AC54CB'

red 172 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #AC54CB

Tints of Medium Orchid #AC54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 37.47%
G = 18.3%
B = 44.23%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC54CB (or 0xAC54CB) is known color: Medium Orchid. HEX triplet: AC, 54 and CB. RGB value is (172,84,203). Sum of RGB (Red+Green+Blue) = 172+84+203=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC54CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54CB is #53AB34. Grayscale: #7B7B7B. Windows color (decimal): -5483317 or 13325484. OLE color: 13325484.

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

Color convert

RGB 172 84 203 -
CMYK 0.15 0.59 0 0.20
HSL 284.37º 0.53% 0.56% -
HSV(B) 284.37º 0.59% 0.8% -
XYZ 30.96 19.42 58.62 -
YUV 123.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 172 84 203 0.15 0.59 0 0.20 284.37 0.53 0.56
Hex AC 54 CB F 3B 0 14 11C 35 38
Octal 254 124 313 17 73 0 24 434 65 70
Binary 10101100 1010100 11001011 1111 111011 0 10100 100011100 110101 111000

Color Harmonies of #AC54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54CB

Black with #AC54CB

Text Example


Text Example

White with #AC54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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