Html Css Color HEX #A64FDD Medium Orchid

📋 copy color: '#A64FDD'

red 166 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #A64FDD

Tints of Medium Orchid #A64FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

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

R = 35.62%
G = 16.95%
B = 47.42%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64FDD (or 0xA64FDD) is known color: Medium Orchid. HEX triplet: A6, 4F and DD. RGB value is (166,79,221). Sum of RGB (Red+Green+Blue) = 166+79+221=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FDD is #59B022. Grayscale: #787878. Windows color (decimal): -5877795 or 14503846. OLE color: 14503846.

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

Color convert

RGB 166 79 221 -
CMYK 0.25 0.64 0 0.13
HSL 276.76º 0.68% 0.59% -
HSV(B) 276.76º 0.64% 0.87% -
XYZ 31.57 18.92 70.39 -
YUV 121.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 166 79 221 0.25 0.64 0 0.13 276.76 0.68 0.59
Hex A6 4F DD 19 40 0 D 115 44 3B
Octal 246 117 335 31 100 0 15 425 104 73
Binary 10100110 1001111 11011101 11001 1000000 0 1101 100010101 1000100 111011

Color Harmonies of #A64FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FDD

Black with #A64FDD

Text Example


Text Example

White with #A64FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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