Html Css Color HEX #AC60CA Medium Orchid

📋 copy color: '#AC60CA'

red 172 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #AC60CA

Tints of Medium Orchid #AC60CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 36.6%
G = 20.43%
B = 42.98%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC60CA (or 0xAC60CA) is known color: Medium Orchid. HEX triplet: AC, 60 and CA. RGB value is (172,96,202). Sum of RGB (Red+Green+Blue) = 172+96+202=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CA is #539F35. Grayscale: #828282. Windows color (decimal): -5480246 or 13263020. OLE color: 13263020.

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

Color convert

RGB 172 96 202 -
CMYK 0.15 0.52 0 0.21
HSL 283.02º 0.5% 0.58% -
HSV(B) 283.02º 0.52% 0.79% -
XYZ 31.86 21.4 58.33 -
YUV 130.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 172 96 202 0.15 0.52 0 0.21 283.02 0.5 0.58
Hex AC 60 CA F 34 0 15 11B 32 3A
Octal 254 140 312 17 64 0 25 433 62 72
Binary 10101100 1100000 11001010 1111 110100 0 10101 100011011 110010 111010

Color Harmonies of #AC60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60CA

Black with #AC60CA

Text Example


Text Example

White with #AC60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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