Html Css Color HEX #AC5CCB Medium Orchid

📋 copy color: '#AC5CCB'

red 172 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #AC5CCB

Tints of Medium Orchid #AC5CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

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

R = 36.83%
G = 19.7%
B = 43.47%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC5CCB (or 0xAC5CCB) is known color: Medium Orchid. HEX triplet: AC, 5C and CB. RGB value is (172,92,203). Sum of RGB (Red+Green+Blue) = 172+92+203=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCB is #53A334. Grayscale: #808080. Windows color (decimal): -5481269 or 13327532. OLE color: 13327532.

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

Color convert

RGB 172 92 203 -
CMYK 0.15 0.55 0 0.20
HSL 283.24º 0.52% 0.58% -
HSV(B) 283.24º 0.55% 0.8% -
XYZ 31.62 20.74 58.84 -
YUV 128.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 172 92 203 0.15 0.55 0 0.20 283.24 0.52 0.58
Hex AC 5C CB F 37 0 14 11B 34 3A
Octal 254 134 313 17 67 0 24 433 64 72
Binary 10101100 1011100 11001011 1111 110111 0 10100 100011011 110100 111010

Color Harmonies of #AC5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CCB

Black with #AC5CCB

Text Example


Text Example

White with #AC5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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