Html Css Color HEX #A64FD7 Medium Orchid

📋 copy color: '#A64FD7'

red 166 ◦ green 79 ◦ blue 215

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

Shades of Medium Orchid #A64FD7

Tints of Medium Orchid #A64FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 36.09%
G = 17.17%
B = 46.74%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A64FD7 (or 0xA64FD7) is known color: Medium Orchid. HEX triplet: A6, 4F and D7. RGB value is (166,79,215). Sum of RGB (Red+Green+Blue) = 166+79+215=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #A64FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FD7 is #59B028. Grayscale: #787878. Windows color (decimal): -5877801 or 14110630. OLE color: 14110630.

HSL color Cylindrical-coordinate representation of color #A64FD7: hue angle of 278.38º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64FD7 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 79 215 -
CMYK 0.23 0.63 0 0.16
HSL 278.38º 0.63% 0.58% -
HSV(B) 278.38º 0.63% 0.84% -
XYZ 30.79 18.61 66.26 -
YUV 120.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 166 79 215 0.23 0.63 0 0.16 278.38 0.63 0.58
Hex A6 4F D7 17 3F 0 10 116 3F 3A
Octal 246 117 327 27 77 0 20 426 77 72
Binary 10100110 1001111 11010111 10111 111111 0 10000 100010110 111111 111010

Color Harmonies of #A64FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FD7

Black with #A64FD7

Text Example


Text Example

White with #A64FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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