Html Css Color HEX #A64CD5 Medium Orchid

📋 copy color: '#A64CD5'

red 166 ◦ green 76 ◦ blue 213

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

Shades of Medium Orchid #A64CD5

Tints of Medium Orchid #A64CD5

RGB

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

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

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

R = 36.48%
G = 16.7%
B = 46.81%

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

#A64CD5 (or 0xA64CD5) is known color: Medium Orchid. HEX triplet: A6, 4C and D5. RGB value is (166,76,213). Sum of RGB (Red+Green+Blue) = 166+76+213=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #A64CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CD5 is #59B32A. Grayscale: #767676. Windows color (decimal): -5878571 or 13978790. OLE color: 13978790.

HSL color Cylindrical-coordinate representation of color #A64CD5: hue angle of 279.42º degrees, saturation: 0.62, 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 #A64CD5 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 76 213 -
CMYK 0.22 0.64 0 0.16
HSL 279.42º 0.62% 0.57% -
HSV(B) 279.42º 0.64% 0.84% -
XYZ 30.32 18.08 64.84 -
YUV 118.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 166 76 213 0.22 0.64 0 0.16 279.42 0.62 0.57
Hex A6 4C D5 16 40 0 10 117 3E 39
Octal 246 114 325 26 100 0 20 427 76 71
Binary 10100110 1001100 11010101 10110 1000000 0 10000 100010111 111110 111001

Color Harmonies of #A64CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CD5

Black with #A64CD5

Text Example


Text Example

White with #A64CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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