Html Css Color HEX #A64DED Medium Orchid

📋 copy color: '#A64DED'

red 166 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #A64DED

Tints of Medium Orchid #A64DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 34.58%
G = 16.04%
B = 49.38%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64DED (or 0xA64DED) is known color: Medium Orchid. HEX triplet: A6, 4D and ED. RGB value is (166,77,237). Sum of RGB (Red+Green+Blue) = 166+77+237=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DED is #59B212. Grayscale: #797979. Windows color (decimal): -5878291 or 15551910. OLE color: 15551910.

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

Color convert

RGB 166 77 237 -
CMYK 0.30 0.68 0 0.07
HSL 273.38º 0.82% 0.62% -
HSV(B) 273.38º 0.68% 0.93% -
XYZ 33.67 19.53 82.12 -
YUV 121.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 166 77 237 0.30 0.68 0 0.07 273.38 0.82 0.62
Hex A6 4D ED 1E 44 0 7 111 52 3E
Octal 246 115 355 36 104 0 7 421 122 76
Binary 10100110 1001101 11101101 11110 1000100 0 111 100010001 1010010 111110

Color Harmonies of #A64DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DED

Black with #A64DED

Text Example


Text Example

White with #A64DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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