Html Css Color HEX #A64DF3 Medium Orchid

📋 copy color: '#A64DF3'

red 166 ◦ green 77 ◦ blue 243

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

Shades of Medium Orchid #A64DF3

Tints of Medium Orchid #A64DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50%

R = 34.16%
G = 15.84%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A64DF3 (or 0xA64DF3) is known color: Medium Orchid. HEX triplet: A6, 4D and F3. RGB value is (166,77,243). Sum of RGB (Red+Green+Blue) = 166+77+243=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #A64DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DF3 is #59B20C. Grayscale: #797979. Windows color (decimal): -5878285 or 15945126. OLE color: 15945126.

HSL color Cylindrical-coordinate representation of color #A64DF3: hue angle of 272.17º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64DF3 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 77 243 -
CMYK 0.32 0.68 0 0.05
HSL 272.17º 0.87% 0.63% -
HSV(B) 272.17º 0.68% 0.95% -
XYZ 34.56 19.89 86.81 -
YUV 122.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 166 77 243 0.32 0.68 0 0.05 272.17 0.87 0.63
Hex A6 4D F3 20 44 0 5 110 57 3F
Octal 246 115 363 40 104 0 5 420 127 77
Binary 10100110 1001101 11110011 100000 1000100 0 101 100010000 1010111 111111

Color Harmonies of #A64DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DF3

Black with #A64DF3

Text Example


Text Example

White with #A64DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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