Html Css Color HEX #AC62CC Medium Orchid

📋 copy color: '#AC62CC'

red 172 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #AC62CC

Tints of Medium Orchid #AC62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 36.29%
G = 20.68%
B = 43.04%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC62CC (or 0xAC62CC) is known color: Medium Orchid. HEX triplet: AC, 62 and CC. RGB value is (172,98,204). Sum of RGB (Red+Green+Blue) = 172+98+204=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC62CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62CC is #539D33. Grayscale: #838383. Windows color (decimal): -5479732 or 13394604. OLE color: 13394604.

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

Color convert

RGB 172 98 204 -
CMYK 0.16 0.52 0 0.2
HSL 281.89º 0.51% 0.59% -
HSV(B) 281.89º 0.52% 0.8% -
XYZ 32.28 21.87 59.65 -
YUV 132.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 172 98 204 0.16 0.52 0 0.2 281.89 0.51 0.59
Hex AC 62 CC 10 34 0 14 11A 33 3B
Octal 254 142 314 20 64 0 24 432 63 73
Binary 10101100 1100010 11001100 10000 110100 0 10100 100011010 110011 111011

Color Harmonies of #AC62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62CC

Black with #AC62CC

Text Example


Text Example

White with #AC62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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