Html Css Color HEX #A64DEE Medium Orchid

📋 copy color: '#A64DEE'

red 166 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #A64DEE

Tints of Medium Orchid #A64DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 34.51%
G = 16.01%
B = 49.48%

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

#A64DEE (or 0xA64DEE) is known color: Medium Orchid. HEX triplet: A6, 4D and EE. RGB value is (166,77,238). Sum of RGB (Red+Green+Blue) = 166+77+238=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A64DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DEE is #59B211. Grayscale: #797979. Windows color (decimal): -5878290 or 15617446. OLE color: 15617446.

HSL color Cylindrical-coordinate representation of color #A64DEE: hue angle of 273.17º degrees, saturation: 0.83, 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 #A64DEE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 77 238 -
CMYK 0.30 0.68 0 0.07
HSL 273.17º 0.83% 0.62% -
HSV(B) 273.17º 0.68% 0.93% -
XYZ 33.81 19.59 82.89 -
YUV 121.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 166 77 238 0.30 0.68 0 0.07 273.17 0.83 0.62
Hex A6 4D EE 1E 44 0 7 111 53 3E
Octal 246 115 356 36 104 0 7 421 123 76
Binary 10100110 1001101 11101110 11110 1000100 0 111 100010001 1010011 111110

Color Harmonies of #A64DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DEE

Black with #A64DEE

Text Example


Text Example

White with #A64DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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