Html Css Color HEX #A64DEC Medium Orchid

📋 copy color: '#A64DEC'

red 166 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #A64DEC

Tints of Medium Orchid #A64DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 34.66%
G = 16.08%
B = 49.27%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64DEC (or 0xA64DEC) is known color: Medium Orchid. HEX triplet: A6, 4D and EC. RGB value is (166,77,236). Sum of RGB (Red+Green+Blue) = 166+77+236=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A64DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DEC is #59B213. Grayscale: #797979. Windows color (decimal): -5878292 or 15486374. OLE color: 15486374.

HSL color Cylindrical-coordinate representation of color #A64DEC: hue angle of 273.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64DEC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 77 236 -
CMYK 0.30 0.67 0 0.07
HSL 273.58º 0.81% 0.61% -
HSV(B) 273.58º 0.67% 0.93% -
XYZ 33.52 19.47 81.35 -
YUV 121.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 166 77 236 0.30 0.67 0 0.07 273.58 0.81 0.61
Hex A6 4D EC 1E 43 0 7 112 51 3D
Octal 246 115 354 36 103 0 7 422 121 75
Binary 10100110 1001101 11101100 11110 1000011 0 111 100010010 1010001 111101

Color Harmonies of #A64DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DEC

Black with #A64DEC

Text Example


Text Example

White with #A64DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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