Html Css Color HEX #AC65CD Medium Orchid

📋 copy color: '#AC65CD'

red 172 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #AC65CD

Tints of Medium Orchid #AC65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 35.98%
G = 21.13%
B = 42.89%

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

#AC65CD (or 0xAC65CD) is known color: Medium Orchid. HEX triplet: AC, 65 and CD. RGB value is (172,101,205). Sum of RGB (Red+Green+Blue) = 172+101+205=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CD is #539A32. Grayscale: #858585. Windows color (decimal): -5478963 or 13460908. OLE color: 13460908.

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

Color convert

RGB 172 101 205 -
CMYK 0.16 0.51 0 0.20
HSL 280.96º 0.51% 0.6% -
HSV(B) 280.96º 0.51% 0.8% -
XYZ 32.69 22.49 60.38 -
YUV 134.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 172 101 205 0.16 0.51 0 0.20 280.96 0.51 0.6
Hex AC 65 CD 10 33 0 14 119 33 3C
Octal 254 145 315 20 63 0 24 431 63 74
Binary 10101100 1100101 11001101 10000 110011 0 10100 100011001 110011 111100

Color Harmonies of #AC65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65CD

Black with #AC65CD

Text Example


Text Example

White with #AC65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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