Html Css Color HEX #A64DDD Medium Orchid

📋 copy color: '#A64DDD'

red 166 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #A64DDD

Tints of Medium Orchid #A64DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 35.78%
G = 16.59%
B = 47.63%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64DDD (or 0xA64DDD) is known color: Medium Orchid. HEX triplet: A6, 4D and DD. RGB value is (166,77,221). Sum of RGB (Red+Green+Blue) = 166+77+221=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DDD is #59B222. Grayscale: #777777. Windows color (decimal): -5878307 or 14503334. OLE color: 14503334.

HSL color Cylindrical-coordinate representation of color #A64DDD: hue angle of 277.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64DDD is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 77 221 -
CMYK 0.25 0.65 0 0.13
HSL 277.08º 0.68% 0.58% -
HSV(B) 277.08º 0.65% 0.87% -
XYZ 31.43 18.64 70.35 -
YUV 120.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 166 77 221 0.25 0.65 0 0.13 277.08 0.68 0.58
Hex A6 4D DD 19 41 0 D 115 44 3A
Octal 246 115 335 31 101 0 15 425 104 72
Binary 10100110 1001101 11011101 11001 1000001 0 1101 100010101 1000100 111010

Color Harmonies of #A64DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DDD

Black with #A64DDD

Text Example


Text Example

White with #A64DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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