Html Css Color HEX #A64DD0 Medium Orchid

📋 copy color: '#A64DD0'

red 166 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #A64DD0

Tints of Medium Orchid #A64DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 36.81%
G = 17.07%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A64DD0 (or 0xA64DD0) is known color: Medium Orchid. HEX triplet: A6, 4D and D0. RGB value is (166,77,208). Sum of RGB (Red+Green+Blue) = 166+77+208=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #A64DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DD0 is #59B22F. Grayscale: #767676. Windows color (decimal): -5878320 or 13651366. OLE color: 13651366.

HSL color Cylindrical-coordinate representation of color #A64DD0: hue angle of 280.76º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64DD0 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 77 208 -
CMYK 0.20 0.63 0 0.18
HSL 280.76º 0.58% 0.56% -
HSV(B) 280.76º 0.63% 0.82% -
XYZ 29.76 17.97 61.57 -
YUV 118.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 166 77 208 0.20 0.63 0 0.18 280.76 0.58 0.56
Hex A6 4D D0 14 3F 0 12 119 3A 38
Octal 246 115 320 24 77 0 22 431 72 70
Binary 10100110 1001101 11010000 10100 111111 0 10010 100011001 111010 111000

Color Harmonies of #A64DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DD0

Black with #A64DD0

Text Example


Text Example

White with #A64DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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