Html Css Color HEX #AC64CC Medium Orchid

📋 copy color: '#AC64CC'

red 172 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #AC64CC

Tints of Medium Orchid #AC64CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

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

R = 36.13%
G = 21.01%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC64CC (or 0xAC64CC) is known color: Medium Orchid. HEX triplet: AC, 64 and CC. RGB value is (172,100,204). Sum of RGB (Red+Green+Blue) = 172+100+204=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CC is #539B33. Grayscale: #858585. Windows color (decimal): -5479220 or 13395116. OLE color: 13395116.

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

Color convert

RGB 172 100 204 -
CMYK 0.16 0.51 0 0.2
HSL 281.54º 0.5% 0.6% -
HSV(B) 281.54º 0.51% 0.8% -
XYZ 32.47 22.24 59.71 -
YUV 133.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 172 100 204 0.16 0.51 0 0.2 281.54 0.5 0.6
Hex AC 64 CC 10 33 0 14 11A 32 3C
Octal 254 144 314 20 63 0 24 432 62 74
Binary 10101100 1100100 11001100 10000 110011 0 10100 100011010 110010 111100

Color Harmonies of #AC64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64CC

Black with #AC64CC

Text Example


Text Example

White with #AC64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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