Html Css Color HEX #AC62C3 Medium Orchid

📋 copy color: '#AC62C3'

red 172 ◦ green 98 ◦ blue 195

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

Shades of Medium Orchid #AC62C3

Tints of Medium Orchid #AC62C3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 36.99%
G = 21.08%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC62C3 (or 0xAC62C3) is known color: Medium Orchid. HEX triplet: AC, 62 and C3. RGB value is (172,98,195). Sum of RGB (Red+Green+Blue) = 172+98+195=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC62C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62C3 is #539D3C. Grayscale: #828282. Windows color (decimal): -5479741 or 12804780. OLE color: 12804780.

HSL color Cylindrical-coordinate representation of color #AC62C3: hue angle of 285.77º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC62C3 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 98 195 -
CMYK 0.12 0.50 0 0.24
HSL 285.77º 0.45% 0.57% -
HSV(B) 285.77º 0.5% 0.76% -
XYZ 31.23 21.45 54.12 -
YUV 131.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 172 98 195 0.12 0.50 0 0.24 285.77 0.45 0.57
Hex AC 62 C3 C 32 0 18 11E 2D 39
Octal 254 142 303 14 62 0 30 436 55 71
Binary 10101100 1100010 11000011 1100 110010 0 11000 100011110 101101 111001

Color Harmonies of #AC62C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62C3

Black with #AC62C3

Text Example


Text Example

White with #AC62C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62C3; }

 p { color: rgb(172,98,195); }

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

background-color css

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

 a { background-color: rgb(172,98,195); }

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

border-color css

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

 span { border-color: rgb(172,98,195); }

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