Html Css Color HEX #A64FDA Medium Orchid

📋 copy color: '#A64FDA'

red 166 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #A64FDA

Tints of Medium Orchid #A64FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 35.85%
G = 17.06%
B = 47.08%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A64FDA (or 0xA64FDA) is known color: Medium Orchid. HEX triplet: A6, 4F and DA. RGB value is (166,79,218). Sum of RGB (Red+Green+Blue) = 166+79+218=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FDA is #59B025. Grayscale: #787878. Windows color (decimal): -5877798 or 14307238. OLE color: 14307238.

HSL color Cylindrical-coordinate representation of color #A64FDA: hue angle of 277.55º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64FDA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 79 218 -
CMYK 0.24 0.64 0 0.15
HSL 277.55º 0.65% 0.58% -
HSV(B) 277.55º 0.64% 0.85% -
XYZ 31.18 18.76 68.31 -
YUV 120.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 166 79 218 0.24 0.64 0 0.15 277.55 0.65 0.58
Hex A6 4F DA 18 40 0 F 116 41 3A
Octal 246 117 332 30 100 0 17 426 101 72
Binary 10100110 1001111 11011010 11000 1000000 0 1111 100010110 1000001 111010

Color Harmonies of #A64FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FDA

Black with #A64FDA

Text Example


Text Example

White with #A64FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FDA; }

 p { color: rgb(166,79,218); }

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

background-color css

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

 a { background-color: rgb(166,79,218); }

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

border-color css

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

 span { border-color: rgb(166,79,218); }

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