Html Css Color HEX #AC61CA Medium Orchid

📋 copy color: '#AC61CA'

red 172 ◦ green 97 ◦ blue 202

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

Shades of Medium Orchid #AC61CA

Tints of Medium Orchid #AC61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

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

R = 36.52%
G = 20.59%
B = 42.89%

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

#AC61CA (or 0xAC61CA) is known color: Medium Orchid. HEX triplet: AC, 61 and CA. RGB value is (172,97,202). Sum of RGB (Red+Green+Blue) = 172+97+202=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61CA is #539E35. Grayscale: #838383. Windows color (decimal): -5479990 or 13263276. OLE color: 13263276.

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

Color convert

RGB 172 97 202 -
CMYK 0.15 0.52 0 0.21
HSL 282.86º 0.5% 0.59% -
HSV(B) 282.86º 0.52% 0.79% -
XYZ 31.95 21.58 58.36 -
YUV 131.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 172 97 202 0.15 0.52 0 0.21 282.86 0.5 0.59
Hex AC 61 CA F 34 0 15 11B 32 3B
Octal 254 141 312 17 64 0 25 433 62 73
Binary 10101100 1100001 11001010 1111 110100 0 10101 100011011 110010 111011

Color Harmonies of #AC61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61CA

Black with #AC61CA

Text Example


Text Example

White with #AC61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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