Html Css Color HEX #A64DF2 Medium Orchid

📋 copy color: '#A64DF2'

red 166 ◦ green 77 ◦ blue 242

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

Shades of Medium Orchid #A64DF2

Tints of Medium Orchid #A64DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 34.23%
G = 15.88%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A64DF2 (or 0xA64DF2) is known color: Medium Orchid. HEX triplet: A6, 4D and F2. RGB value is (166,77,242). Sum of RGB (Red+Green+Blue) = 166+77+242=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #A64DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DF2 is #59B20D. Grayscale: #797979. Windows color (decimal): -5878286 or 15879590. OLE color: 15879590.

HSL color Cylindrical-coordinate representation of color #A64DF2: hue angle of 272.36º degrees, saturation: 0.86, 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 #A64DF2 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 77 242 -
CMYK 0.31 0.68 0 0.05
HSL 272.36º 0.86% 0.63% -
HSV(B) 272.36º 0.68% 0.95% -
XYZ 34.41 19.83 86.02 -
YUV 122.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 166 77 242 0.31 0.68 0 0.05 272.36 0.86 0.63
Hex A6 4D F2 1F 44 0 5 110 56 3F
Octal 246 115 362 37 104 0 5 420 126 77
Binary 10100110 1001101 11110010 11111 1000100 0 101 100010000 1010110 111111

Color Harmonies of #A64DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DF2

Black with #A64DF2

Text Example


Text Example

White with #A64DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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