Html Css Color HEX #A64DDA Medium Orchid

📋 copy color: '#A64DDA'

red 166 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #A64DDA

Tints of Medium Orchid #A64DDA

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 36.01%
G = 16.7%
B = 47.29%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A64DDA (or 0xA64DDA) is known color: Medium Orchid. HEX triplet: A6, 4D and DA. RGB value is (166,77,218). Sum of RGB (Red+Green+Blue) = 166+77+218=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DDA is #59B225. Grayscale: #777777. Windows color (decimal): -5878310 or 14306726. OLE color: 14306726.

HSL color Cylindrical-coordinate representation of color #A64DDA: hue angle of 277.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64DDA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 77 218 -
CMYK 0.24 0.65 0 0.15
HSL 277.87º 0.66% 0.58% -
HSV(B) 277.87º 0.65% 0.85% -
XYZ 31.03 18.48 68.26 -
YUV 119.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 166 77 218 0.24 0.65 0 0.15 277.87 0.66 0.58
Hex A6 4D DA 18 41 0 F 116 42 3A
Octal 246 115 332 30 101 0 17 426 102 72
Binary 10100110 1001101 11011010 11000 1000001 0 1111 100010110 1000010 111010

Color Harmonies of #A64DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DDA

Black with #A64DDA

Text Example


Text Example

White with #A64DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DDA; }

 p { color: rgb(166,77,218); }

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

background-color css

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

 a { background-color: rgb(166,77,218); }

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

border-color css

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

 span { border-color: rgb(166,77,218); }

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