Html Css Color HEX #A64DF0 Medium Orchid

📋 copy color: '#A64DF0'

red 166 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #A64DF0

Tints of Medium Orchid #A64DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.69%

R = 34.37%
G = 15.94%
B = 49.69%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A64DF0 (or 0xA64DF0) is known color: Medium Orchid. HEX triplet: A6, 4D and F0. RGB value is (166,77,240). Sum of RGB (Red+Green+Blue) = 166+77+240=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #A64DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DF0 is #59B20F. Grayscale: #797979. Windows color (decimal): -5878288 or 15748518. OLE color: 15748518.

HSL color Cylindrical-coordinate representation of color #A64DF0: hue angle of 272.76º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64DF0 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 77 240 -
CMYK 0.31 0.68 0 0.06
HSL 272.76º 0.84% 0.62% -
HSV(B) 272.76º 0.68% 0.94% -
XYZ 34.11 19.71 84.44 -
YUV 122.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 166 77 240 0.31 0.68 0 0.06 272.76 0.84 0.62
Hex A6 4D F0 1F 44 0 6 111 54 3E
Octal 246 115 360 37 104 0 6 421 124 76
Binary 10100110 1001101 11110000 11111 1000100 0 110 100010001 1010100 111110

Color Harmonies of #A64DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DF0

Black with #A64DF0

Text Example


Text Example

White with #A64DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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