Html Css Color HEX #AC64CD Medium Orchid

📋 copy color: '#AC64CD'

red 172 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #AC64CD

Tints of Medium Orchid #AC64CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 36.06%
G = 20.96%
B = 42.98%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC64CD (or 0xAC64CD) is known color: Medium Orchid. HEX triplet: AC, 64 and CD. RGB value is (172,100,205). Sum of RGB (Red+Green+Blue) = 172+100+205=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CD is #539B32. Grayscale: #858585. Windows color (decimal): -5479219 or 13460652. OLE color: 13460652.

HSL color Cylindrical-coordinate representation of color #AC64CD: hue angle of 281.14º degrees, saturation: 0.51, 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 #AC64CD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 100 205 -
CMYK 0.16 0.51 0 0.20
HSL 281.14º 0.51% 0.6% -
HSV(B) 281.14º 0.51% 0.8% -
XYZ 32.59 22.29 60.34 -
YUV 133.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 172 100 205 0.16 0.51 0 0.20 281.14 0.51 0.6
Hex AC 64 CD 10 33 0 14 119 33 3C
Octal 254 144 315 20 63 0 24 431 63 74
Binary 10101100 1100100 11001101 10000 110011 0 10100 100011001 110011 111100

Color Harmonies of #AC64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64CD

Black with #AC64CD

Text Example


Text Example

White with #AC64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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