Html Css Color HEX #A64ED5 Medium Orchid

📋 copy color: '#A64ED5'

red 166 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #A64ED5

Tints of Medium Orchid #A64ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 36.32%
G = 17.07%
B = 46.61%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A64ED5 (or 0xA64ED5) is known color: Medium Orchid. HEX triplet: A6, 4E and D5. RGB value is (166,78,213). Sum of RGB (Red+Green+Blue) = 166+78+213=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #A64ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ED5 is #59B12A. Grayscale: #777777. Windows color (decimal): -5878059 or 13979302. OLE color: 13979302.

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

Color convert

RGB 166 78 213 -
CMYK 0.22 0.63 0 0.16
HSL 279.11º 0.62% 0.57% -
HSV(B) 279.11º 0.63% 0.84% -
XYZ 30.46 18.36 64.89 -
YUV 119.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 166 78 213 0.22 0.63 0 0.16 279.11 0.62 0.57
Hex A6 4E D5 16 3F 0 10 117 3E 39
Octal 246 116 325 26 77 0 20 427 76 71
Binary 10100110 1001110 11010101 10110 111111 0 10000 100010111 111110 111001

Color Harmonies of #A64ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ED5

Black with #A64ED5

Text Example


Text Example

White with #A64ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ED5; }

 p { color: rgb(166,78,213); }

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

background-color css

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

 a { background-color: rgb(166,78,213); }

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

border-color css

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

 span { border-color: rgb(166,78,213); }

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