Html Css Color HEX #AC60CB Medium Orchid

📋 copy color: '#AC60CB'

red 172 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #AC60CB

Tints of Medium Orchid #AC60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

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

R = 36.52%
G = 20.38%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC60CB (or 0xAC60CB) is known color: Medium Orchid. HEX triplet: AC, 60 and CB. RGB value is (172,96,203). Sum of RGB (Red+Green+Blue) = 172+96+203=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CB is #539F34. Grayscale: #828282. Windows color (decimal): -5480245 or 13328556. OLE color: 13328556.

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

Color convert

RGB 172 96 203 -
CMYK 0.15 0.53 0 0.20
HSL 282.62º 0.51% 0.59% -
HSV(B) 282.62º 0.53% 0.8% -
XYZ 31.98 21.45 58.95 -
YUV 130.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 172 96 203 0.15 0.53 0 0.20 282.62 0.51 0.59
Hex AC 60 CB F 35 0 14 11B 33 3B
Octal 254 140 313 17 65 0 24 433 63 73
Binary 10101100 1100000 11001011 1111 110101 0 10100 100011011 110011 111011

Color Harmonies of #AC60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60CB

Black with #AC60CB

Text Example


Text Example

White with #AC60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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