Html Css Color HEX #AC62C9 Medium Orchid

📋 copy color: '#AC62C9'

red 172 ◦ green 98 ◦ blue 201

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

Shades of Medium Orchid #AC62C9

Tints of Medium Orchid #AC62C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 36.52%
G = 20.81%
B = 42.68%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC62C9 (or 0xAC62C9) is known color: Medium Orchid. HEX triplet: AC, 62 and C9. RGB value is (172,98,201). Sum of RGB (Red+Green+Blue) = 172+98+201=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC62C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62C9 is #539D36. Grayscale: #838383. Windows color (decimal): -5479735 or 13197996. OLE color: 13197996.

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

Color convert

RGB 172 98 201 -
CMYK 0.14 0.51 0 0.21
HSL 283.11º 0.49% 0.59% -
HSV(B) 283.11º 0.51% 0.79% -
XYZ 31.92 21.72 57.77 -
YUV 131.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 172 98 201 0.14 0.51 0 0.21 283.11 0.49 0.59
Hex AC 62 C9 E 33 0 15 11B 31 3B
Octal 254 142 311 16 63 0 25 433 61 73
Binary 10101100 1100010 11001001 1110 110011 0 10101 100011011 110001 111011

Color Harmonies of #AC62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62C9

Black with #AC62C9

Text Example


Text Example

White with #AC62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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