Html Css Color HEX #AD64C1 Medium Orchid

📋 copy color: '#AD64C1'

red 173 ◦ green 100 ◦ blue 193

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

Shades of Medium Orchid #AD64C1

Tints of Medium Orchid #AD64C1

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 37.12%
G = 21.46%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD64C1 (or 0xAD64C1) is known color: Medium Orchid. HEX triplet: AD, 64 and C1. RGB value is (173,100,193). Sum of RGB (Red+Green+Blue) = 173+100+193=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64C1 is #529B3E. Grayscale: #848484. Windows color (decimal): -5413695 or 12674221. OLE color: 12674221.

HSL color Cylindrical-coordinate representation of color #AD64C1: hue angle of 287.1º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD64C1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 100 193 -
CMYK 0.10 0.48 0 0.24
HSL 287.1º 0.43% 0.57% -
HSV(B) 287.1º 0.48% 0.76% -
XYZ 31.42 21.85 53.01 -
YUV 132.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 173 100 193 0.10 0.48 0 0.24 287.1 0.43 0.57
Hex AD 64 C1 A 30 0 18 11F 2B 39
Octal 255 144 301 12 60 0 30 437 53 71
Binary 10101101 1100100 11000001 1010 110000 0 11000 100011111 101011 111001

Color Harmonies of #AD64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64C1

Black with #AD64C1

Text Example


Text Example

White with #AD64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64C1; }

 p { color: rgb(173,100,193); }

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

background-color css

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

 a { background-color: rgb(173,100,193); }

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

border-color css

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

 span { border-color: rgb(173,100,193); }

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