Html Css Color HEX #A64CD6 Medium Orchid

📋 copy color: '#A64CD6'

red 166 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #A64CD6

Tints of Medium Orchid #A64CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 36.4%
G = 16.67%
B = 46.93%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A64CD6 (or 0xA64CD6) is known color: Medium Orchid. HEX triplet: A6, 4C and D6. RGB value is (166,76,214). Sum of RGB (Red+Green+Blue) = 166+76+214=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #A64CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CD6 is #59B329. Grayscale: #767676. Windows color (decimal): -5878570 or 14044326. OLE color: 14044326.

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

Color convert

RGB 166 76 214 -
CMYK 0.22 0.64 0 0.16
HSL 279.13º 0.63% 0.57% -
HSV(B) 279.13º 0.64% 0.84% -
XYZ 30.45 18.13 65.51 -
YUV 118.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 166 76 214 0.22 0.64 0 0.16 279.13 0.63 0.57
Hex A6 4C D6 16 40 0 10 117 3F 39
Octal 246 114 326 26 100 0 20 427 77 71
Binary 10100110 1001100 11010110 10110 1000000 0 10000 100010111 111111 111001

Color Harmonies of #A64CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CD6

Black with #A64CD6

Text Example


Text Example

White with #A64CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CD6; }

 p { color: rgb(166,76,214); }

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

background-color css

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

 a { background-color: rgb(166,76,214); }

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

border-color css

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

 span { border-color: rgb(166,76,214); }

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